diff --git a/app/components/add-ssh-key.js b/app/components/add-ssh-key.js index 67a0f152..0bf3a0d9 100644 --- a/app/components/add-ssh-key.js +++ b/app/components/add-ssh-key.js @@ -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')