mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
Feat: Notification section (#2033)
* Feature/Notification-section * fix notification ui and add local storage variable to save the state * add notification component to app.tsx
This commit is contained in:
@@ -202,6 +202,7 @@ export default function Conversation() {
|
||||
queries[queries.length - 1].response && setLastQueryReturnedErr(false);
|
||||
}
|
||||
}, [queries[queries.length - 1]]);
|
||||
|
||||
return (
|
||||
<div className="flex h-full flex-col justify-end gap-1">
|
||||
<ConversationMessages
|
||||
|
||||
Reference in New Issue
Block a user