WIP expense items

This commit is contained in:
2020-09-28 11:04:37 +02:00
parent 9f35add07f
commit 4722064337
5 changed files with 152 additions and 46 deletions
-1
View File
@@ -26,7 +26,6 @@ export default EmberObject.extend({
init () {
this._super(...arguments);
if (isEmpty(this.details)) this.set('details', {});
},
iso8601Date: computed('date', 'time', function() {