mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 20:13:38 +08:00
Make eslint happy.
This commit is contained in:
parent
f8637ed616
commit
d7943cc3db
|
@ -28,7 +28,7 @@ export default Ember.Component.extend({
|
|||
|
||||
init() {
|
||||
this._super();
|
||||
this.set('nameInput', this.get('model.name'))
|
||||
this.set('nameInput', this.get('model.name'));
|
||||
},
|
||||
|
||||
@computed('model.visibility_level', 'model.public_admission')
|
||||
|
|
Loading…
Reference in New Issue
Block a user