diff --git a/src/webchat/store/config/config-reducer.ts b/src/webchat/store/config/config-reducer.ts index 67a2fa2b..4853c054 100644 --- a/src/webchat/store/config/config-reducer.ts +++ b/src/webchat/store/config/config-reducer.ts @@ -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: [], },