mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Fix delete all chats issue
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
confirmButtonClass: 'is-danger',
|
||||
confirmButton: 'Delete ALL',
|
||||
onConfirm: () => {
|
||||
replace('/').then(() => { deleteChat(chatId) })
|
||||
clearChats()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user