Skip to content

Commit

Permalink
fix: [DHIS2-15734] assign effect dynamic formId object key (#3422)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonadomnisoru authored Oct 9, 2023
1 parent 7ae8326 commit 85f242b
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 85f242b

Please sign in to comment.