Skip to content

Commit

Permalink
Fix error in attrs (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-andrey authored and DubrovinPavel committed Jan 28, 2020
1 parent 8ba30fe commit 44d4b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/utils/fd-update-str-value.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let updateAttributes = function(classObject, store) {
class: classObject,
name: attrName
});
} else {
} else if (!attribute.get('isNew')) {
attribute.rollbackAttributes();
}

Expand Down

0 comments on commit 44d4b4b

Please sign in to comment.