Add missing semicolon
This commit is contained in:
parent
34ca0cc386
commit
99b7ce4a9d
|
@ -62,7 +62,7 @@ export default Ember.Component.extend({
|
|||
}
|
||||
this.set('isSaving', true);
|
||||
if (this.isValid()) {
|
||||
ssh_key = this.get('model')
|
||||
ssh_key = this.get('model');
|
||||
ssh_key.setProperties({
|
||||
description: this.get('description'),
|
||||
value: this.get('value')
|
||||
|
|
Loading…
Reference in New Issue
Block a user