Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 7f1c044

Browse files
authored
Merge pull request #1112 from mfal/patch-1
Reset pending state of sub fields on SET_SUBMITTED
2 parents 02b0964 + 4831955 commit 7f1c044

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/reducers/form-actions-reducer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ export function createFormActionsReducer(options) {
291291
};
292292

293293
subFieldUpdates = {
294+
pending: false,
294295
submitted,
295296
submitFailed: submitted
296297
? false

0 commit comments

Comments
 (0)