fix start agent persistence

This commit is contained in:
Ramnique Singh 2025-06-12 07:06:11 +05:30
parent 7c00012fbc
commit a2a80282c9

View file

@ -533,6 +533,7 @@ function reducer(state: State, action: Action): State {
break; break;
} }
draft.workflow.startAgent = action.name; draft.workflow.startAgent = action.name;
draft.pendingChanges = true;
draft.chatKey++; draft.chatKey++;
break; break;
} }