1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

removed redundant UI code

This commit is contained in:
Harvey Kandola 2017-12-11 14:39:12 +00:00
parent 5edd08ee04
commit cc1c216754
40 changed files with 81 additions and 949 deletions

View file

@ -13,9 +13,8 @@ import { computed } from '@ember/object';
import { notEmpty } from '@ember/object/computed';
import { inject as service } from '@ember/service';
import Component from '@ember/component';
import DropdownMixin from '../../mixins/dropdown';
export default Component.extend(DropdownMixin, {
export default Component.extend({
documentService: service('document'),
appMeta: service(),
hasAttachments: notEmpty('files'),