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);
|
this.set('isSaving', true);
|
||||||
if (this.isValid()) {
|
if (this.isValid()) {
|
||||||
ssh_key = this.get('model')
|
ssh_key = this.get('model');
|
||||||
ssh_key.setProperties({
|
ssh_key.setProperties({
|
||||||
description: this.get('description'),
|
description: this.get('description'),
|
||||||
value: this.get('value')
|
value: this.get('value')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user