refactor: analysis workflow architecture
fix: NEXTAUTH_URL fix: prevent project model edits from affecting default model
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user