mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00
DEV: s/this._super()/this._super(...arguments) (#6908)
This commit is contained in:
@ -311,7 +311,7 @@ export default Ember.Component.extend({
|
||||
},
|
||||
|
||||
_fetchReport() {
|
||||
this._super();
|
||||
this._super(...arguments);
|
||||
|
||||
this.setProperties({ isLoading: true, rateLimitationString: null });
|
||||
|
||||
|
Reference in New Issue
Block a user