Skip to content

Commit

Permalink
bug-fixing: widget do not restart conversation in chatbot-panel.html …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
Gabriele Panico committed Feb 16, 2024
1 parent 1b22dab commit 85f2db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/twp/chatbot-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
marginY: "50px",
// calloutTimer: 1,
singleConversation: true,
restartConversation: false,
restartConversation: true,
hideHeaderCloseButton: true,
hideCloseConversationOptionMenu: true,
isLogEnabled:true
Expand Down

0 comments on commit 85f2db1

Please sign in to comment.