diff --git a/app/components/file-input.js b/app/components/file-input.js index c148738..1ea5087 100644 --- a/app/components/file-input.js +++ b/app/components/file-input.js @@ -4,9 +4,8 @@ import Component from '@ember/component'; export default Component.extend({ tagName: 'input', - attributeBindings: ['type', 'accept', 'multiple', 'disabled'], + attributeBindings: ['type', 'multiple', 'disabled'], type: 'file', - accept: 'image/*', multiple: false, attachment: null,