fix: show big fish publish errors in modal

This commit is contained in:
2026-04-25 14:11:26 +08:00
parent 6f35306d53
commit 8ec19e2364
7 changed files with 166 additions and 8 deletions

View File

@@ -1820,6 +1820,9 @@ export function PlatformEntryFlowShellImpl({
onBack={() => {
setSelectionStage('big-fish-agent-workspace');
}}
onDismissError={() => {
setBigFishError(null);
}}
onExecuteAction={(payload) => {
void executeBigFishAction(payload);
}}