mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Make eslint happy.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user