Skip to content

Commit a6e97f9

Browse files
committed
Disable chat history
1 parent e8a3839 commit a6e97f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const MyChatBot = (props) => {
7474
disabledPlaceholderText: 'Please log in to ask questions.',
7575
disabled: props.disabled
7676
},
77-
chatHistory: { storageKey: "qa_bot" },
77+
chatHistory: { disabled: true },
7878
botBubble: {
7979
simStream: true,
8080
dangerouslySetInnerHtml: true

0 commit comments

Comments
 (0)