Skip to content

Commit

Permalink
last.
Browse files Browse the repository at this point in the history
  • Loading branch information
codercake authored Jun 20, 2024
1 parent be2b567 commit 1d6f7bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ChatBot/chatbot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1d6f7bc

Please sign in to comment.