mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
Update Navigation.tsx
This commit is contained in:
@@ -103,7 +103,6 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
|
||||
return await getConversations()
|
||||
.then((fetchedConversations) => {
|
||||
dispatch(setConversations(fetchedConversations));
|
||||
console.log(conversations);
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('Failed to fetch conversations: ', error);
|
||||
|
||||
Reference in New Issue
Block a user