Skip to content

Commit

Permalink
Fix update of custom attributes (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanagmaia authored Aug 30, 2023
1 parent 62cd1d9 commit 792df8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/shared/attributes/get-parsed-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default (attributes, model) => attributes.reduce(
[attribute.name]: {
...model.attributes[attribute.name],
default: model[attribute.name],
custom: model[attribute.name],
},
};
},
Expand Down

0 comments on commit 792df8b

Please sign in to comment.