forked from open-webui/open-webui
fix: initNewChat
This commit is contained in:
parent
8f2b691ee0
commit
cc9e299814
2 changed files with 3 additions and 1 deletions
|
@ -64,6 +64,8 @@
|
|||
//////////////////////////
|
||||
|
||||
const initNewChat = async () => {
|
||||
window.history.replaceState(history.state, '', `/`);
|
||||
|
||||
console.log('initNewChat');
|
||||
|
||||
await chatId.set('');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue