refactor: analysis workflow architecture

fix: NEXTAUTH_URL

fix: prevent project model edits from affecting default model
This commit is contained in:
saturn
2026-03-16 21:48:57 +08:00
parent ecbd183a77
commit 9aff44e37a
58 changed files with 2753 additions and 7985 deletions

View File

@@ -91,7 +91,11 @@ export function useRebuildConfirm({
try {
const downstream = await checkStoryboardDownstreamData()
if (!downstream.shouldConfirm) {
await action()
try {
await action()
} finally {
setPendingActionType((current) => (current === actionType ? null : current))
}
return
}