Fix adding ssh key
This commit is contained in:
parent
271b8f89ea
commit
ee5f842d51
|
@ -62,7 +62,8 @@ export default Ember.Component.extend({
|
||||||
}
|
}
|
||||||
this.set('isSaving', true);
|
this.set('isSaving', true);
|
||||||
if (this.isValid()) {
|
if (this.isValid()) {
|
||||||
ssh_key = this.get('model').setProperties({
|
ssh_key = this.get('model')
|
||||||
|
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