Skip to content

Commit

Permalink
fix(epicmaxco#4418): use correct file type prop (epicmaxco#4428)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem authored Nov 15, 2024
1 parent 0418759 commit 5012463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/va-file-upload/VaFileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<va-modal
v-model="modal"
hide-default-actions
:message="tp('$t:fileTypeIncorrect')"
:message="tp(fileIncorrectMessage)"
/>
</div>
</template>
Expand Down

0 comments on commit 5012463

Please sign in to comment.