mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 17:13:15 +00:00
add fetch conversations in the delete callbacks
This commit is contained in:
@@ -94,6 +94,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
|
||||
) as HTMLElement;
|
||||
const parentElement = imageElement.parentNode as HTMLElement;
|
||||
parentElement.parentNode?.removeChild(parentElement);
|
||||
fetchConversations();
|
||||
})
|
||||
.catch((error) => console.error(error));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user