From 1d6f7bc79e19c4dda2ea2e9085bac5a785690a8a Mon Sep 17 00:00:00 2001 From: Ishitha C <117517206+codercake@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:48:51 +0530 Subject: [PATCH] last. --- src/components/ChatBot/chatbot.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ChatBot/chatbot.jsx b/src/components/ChatBot/chatbot.jsx index 7d742ee..7e61a6c 100644 --- a/src/components/ChatBot/chatbot.jsx +++ b/src/components/ChatBot/chatbot.jsx @@ -136,6 +136,7 @@ class MyChatbot extends Component { headerTitle="75Bot" steps={steps} floating={true} + opened={false} opened={this.state.opened} toggleFloating={() => this.toggleChatbot()} // Hook up toggle method openedByDefault={true}