Skip to content

Commit

Permalink
chatbot.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
codercake authored Jun 20, 2024
1 parent 1d6f7bc commit fae4ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatBot/chatbot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class MyChatbot extends Component {
headerTitle="75Bot"
steps={steps}
floating={true}
opened={false}
opened={true}
opened={this.state.opened}
toggleFloating={() => this.toggleChatbot()} // Hook up toggle method
openedByDefault={true}
Expand Down

0 comments on commit fae4ea3

Please sign in to comment.