Skip to content

Commit

Permalink
fix notifying for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
betocantu93 committed Apr 16, 2021
1 parent 4d1469a commit 907ee21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class EmberChangeset extends BufferedChangeset {

//Notitify deep
deepNotifyPropertyChange(this, key);
deepNotifyPropertyChange(this[CHANGES], key);
notifyPropertyChange(this, 'changes');
}

/**
Expand Down

0 comments on commit 907ee21

Please sign in to comment.