This commit is contained in:
Joffrey JAFFEUX
2018-04-16 10:57:32 +02:00
committed by GitHub
parent 3e7638e3f5
commit b602bab741

View File

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