diff --git a/src/store/ideContainer.ts b/src/store/ideContainer.ts index 614a0d9..c158be6 100644 --- a/src/store/ideContainer.ts +++ b/src/store/ideContainer.ts @@ -209,6 +209,7 @@ const ideContainerSlice = createSlice({ state.appRuntimeData[appKey] = { nodeStatusMap: {}, isRunning: false, + isPaused: false, logs: [], runId: '', eventSendNodeList: [],