We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a3839 commit a6e97f9Copy full SHA for a6e97f9
src/App.js
@@ -74,7 +74,7 @@ const MyChatBot = (props) => {
74
disabledPlaceholderText: 'Please log in to ask questions.',
75
disabled: props.disabled
76
},
77
- chatHistory: { storageKey: "qa_bot" },
+ chatHistory: { disabled: true },
78
botBubble: {
79
simStream: true,
80
dangerouslySetInnerHtml: true
0 commit comments