mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
ui: Add missed calls to _super
(#6595)
This commit is contained in:
parent
7910ab4ca6
commit
28239e70d9
@ -10,9 +10,11 @@ import { get } from '@ember/object';
|
||||
*/
|
||||
export default Mixin.create({
|
||||
beforeModel: function() {
|
||||
this._super(...arguments);
|
||||
this.repo.invalidate();
|
||||
},
|
||||
deactivate: function() {
|
||||
this._super(...arguments);
|
||||
// TODO: This is dependent on ember-changeset
|
||||
// Change changeset to support ember-data props
|
||||
const item = get(this.controller, 'item.data');
|
||||
|
Loading…
x
Reference in New Issue
Block a user