mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-02 01:20:23 +08:00
Compare commits
1 Commits
fix/autosa
...
copilot/su
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b5de8bbae |
@@ -179,7 +179,6 @@ export default function Home() {
|
|||||||
saveAndExit: false,
|
saveAndExit: false,
|
||||||
noSaveBtn: true,
|
noSaveBtn: true,
|
||||||
noExitBtn: true,
|
noExitBtn: true,
|
||||||
modified: false,
|
|
||||||
dark: darkMode,
|
dark: darkMode,
|
||||||
lang: currentLang,
|
lang: currentLang,
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -639,7 +639,6 @@ export default function ChatPanel({
|
|||||||
sessionIsAvailable,
|
sessionIsAvailable,
|
||||||
currentSessionId,
|
currentSessionId,
|
||||||
buildSessionData,
|
buildSessionData,
|
||||||
chartXML,
|
|
||||||
])
|
])
|
||||||
|
|
||||||
// Update URL when a new session is created (first message sent)
|
// Update URL when a new session is created (first message sent)
|
||||||
|
|||||||
Reference in New Issue
Block a user