From 0781b15e64150bf354262e0ecf7bb24a74cc85cc Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Fri, 7 Jun 2024 00:37:38 +0000 Subject: [PATCH] Fix linting errors --- src/components/flow/actions/sendmsg/SendMsgForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/flow/actions/sendmsg/SendMsgForm.tsx b/src/components/flow/actions/sendmsg/SendMsgForm.tsx index bda6e9bc6..62332d5fd 100644 --- a/src/components/flow/actions/sendmsg/SendMsgForm.tsx +++ b/src/components/flow/actions/sendmsg/SendMsgForm.tsx @@ -37,7 +37,6 @@ import { Trans } from 'react-i18next'; import { Attachment, renderAttachments } from './attachments'; import { TembaComponent } from 'temba/TembaComponent'; import styles from './SendMsgForm.module.scss'; -import { valueConatainerSpecId } from 'components/flow/routers/webhook/header/HeaderElement'; export interface SendMsgFormState extends FormState { message: StringEntry; @@ -133,6 +132,7 @@ export default class SendMsgForm extends React.Component