diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue index 895777f0d..c39283a94 100644 --- a/src/common-components/textbox-question/textbox-question.vue +++ b/src/common-components/textbox-question/textbox-question.vue @@ -159,7 +159,6 @@ export default { }, isImageValid(imageFile) { - return imageFile && imageFile.size < this.maxFileSize; }, }, @@ -201,10 +200,10 @@ export default { }, maxFileSize() { - let kiloBytes = 512; + let kiloBytes = 5140; return kiloBytes * 1028; - } + }, }, watch: { async value(newValue) {