Commit 52993fbc authored by Kantz's avatar Kantz
Browse files

_summarize_record

parent 2445b3f6
......@@ -217,9 +217,10 @@ export default function App() {
await loadArchives();
};
useEffect(() => {
const handleOpenSidebar = () => {
setIsSidebarOpen(true);
void loadArchives();
}, []);
};
const handleCanvasSave = async (dataUrl: string) => {
setCanvasStatus({
......@@ -342,7 +343,7 @@ export default function App() {
<button
type="button"
className="btn sidebar-toggle"
onClick={() => setIsSidebarOpen(true)}
onClick={handleOpenSidebar}
>
Chats
</button>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment