Skip to content

Commit

Permalink
Change default value of quickReplyOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmi21 committed Jul 5, 2024
1 parent 83e497a commit ab54935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webchat/store/config/config-reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const getInitialState = (): ConfigState => ({
enabled: false,
title: "Chat options",
quickReplyOptions: {
enabled: true,
enabled: false,
sectionTitle: "People are also interested in",
quickReplies: [],
},
Expand Down

0 comments on commit ab54935

Please sign in to comment.