mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-22 18:45:19 +02:00
fix start agent persistence
This commit is contained in:
parent
7c00012fbc
commit
a2a80282c9
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue