Skip to content

Commit 4da5be3

Browse files
committed
fix: reset form on POST error
1 parent f75ec55 commit 4da5be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/ActionContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ const executionReducer = (
9696
case ExecutionType.SOFT_RESET:
9797
return {
9898
...state,
99+
executingAction: null,
99100
status: 'idle',
100101
errorMessage: action.errorMessage,
101102
successMessage: null,

0 commit comments

Comments
 (0)