mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Update Navigation.tsx
This commit is contained in:
@@ -108,7 +108,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
|
||||
|
||||
const handleDeleteAllConversations = () => {
|
||||
conversationService
|
||||
.deleteAll({})
|
||||
.deleteAll()
|
||||
.then(() => {
|
||||
fetchConversations();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user