Skip to content

Commit

Permalink
fix: dynamic formId object key
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru committed Sep 27, 2023
1 parent ebe67c2 commit 00aedc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export const formsSectionsFieldsUIDesc = createReducerDescription({

return {
...state,
formId: {
[formId]: {
...state[formId],
...updatedFields,
},
Expand Down

0 comments on commit 00aedc6

Please sign in to comment.