Skip to content

Commit

Permalink
chore: variable rename
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Valle <79843014+superskip@users.noreply.github.com>
  • Loading branch information
simonadomnisoru and superskip authored Oct 3, 2024
1 parent 067bb56 commit fcf1b3b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ export const formsSectionsFieldsUIDesc = createReducerDescription({

const updatedFields = Object.keys(assignEffects).reduce((acc, id) => {
if (formSectionFields[id]) {
const effectsForId = assignEffects[id];
const effect = effectsForId[0];
const effect = assignEffects[id][0];
acc[id] = {
valid: effect.valid,
errorData: effect.errorData,
Expand Down

0 comments on commit fcf1b3b

Please sign in to comment.