Skip to content

Commit 2d36905

Browse files
committed
Patch the execute problem
1 parent 78a7882 commit 2d36905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/components/status-bar/StatusBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const triggerExecutionRequestAtom = atom(null, async (get, set) => {
2727
set(resultAtom, result);
2828
set(innkeeperWriteAtom, {
2929
eventName: "sendUpdate",
30-
eventArgs: [{ executionResult: code }],
30+
eventArgs: [{ executionResult: result }],
3131
});
3232
});
3333

0 commit comments

Comments
 (0)