fix: clarify schema approval presentation

This commit is contained in:
lda
2026-07-09 06:00:05 +07:00 Verified
parent 28a720b998
commit a86f54d14a
14 changed files with 47 additions and 39 deletions
@@ -73,7 +73,7 @@ export const DemoWorkflowScene = ({
const lens = demoBeatLensForBeat(beat.id);
const currentOperation = currentEvent ? projectOperationPresentation(currentEvent) : null;
const showOutcomePanel = beat.id === "approval" || beat.id === "resume" || beat.id === "output" || beat.id === "trace";
const showOutcomePanel = beat.id === "resume" || beat.id === "output" || beat.id === "trace";
const showExpandedOperation = beat.id === "operation" || beat.id === "resume" || beat.id === "trace";
const showGraph = beat.id === "graph" || beat.id === "interrupt" || beat.id === "approval" || beat.id === "output";