Update Navigation.tsx

This commit is contained in:
Siddhant Rai
2024-07-29 12:17:05 +05:30
committed by GitHub
parent d1dedff9ca
commit 60db807443

View File

@@ -108,7 +108,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
const handleDeleteAllConversations = () => {
conversationService
.deleteAll({})
.deleteAll()
.then(() => {
fetchConversations();
})