This commit is contained in:
Joffrey JAFFEUX 2018-04-16 10:57:32 +02:00 committed by GitHub
parent 3e7638e3f5
commit b602bab741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ export default Ember.Component.extend({
});
}).finally(() => {
this.set("isLoading", false);
})
});
}
});