Skip to content

Commit

Permalink
Merge pull request #57 from jac-uk/feature/56-update-file-extensions
Browse files Browse the repository at this point in the history
#56 Update extensions
  • Loading branch information
YaaL committed Jul 31, 2020
2 parents b13c4e5 + 0e3c581 commit 429129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form/FileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default {
file: '',
isReplacing: false,
isUploading: false,
acceptableExtensions: ['docx', 'doc', 'odf'],
acceptableExtensions: ['docx', 'doc', 'odt', 'fodt', 'txt'],
};
},
computed: {
Expand Down

0 comments on commit 429129c

Please sign in to comment.