diff --git a/frontend/src/components/WhatsAppModal/index.js b/frontend/src/components/WhatsAppModal/index.js index b7ae1d9..a785825 100644 --- a/frontend/src/components/WhatsAppModal/index.js +++ b/frontend/src/components/WhatsAppModal/index.js @@ -62,6 +62,7 @@ const WhatsAppModal = ({ open, onClose, whatsAppId }) => { const initialState = { name: "", greetingMessage: "", + farewellMessage: "", isDefault: false, }; const [whatsApp, setWhatsApp] = useState(initialState); @@ -176,6 +177,25 @@ const WhatsAppModal = ({ open, onClose, whatsAppId }) => { margin="dense" /> +