Skip to content

Commit

Permalink
Fixed Vue2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 8, 2024
1 parent d85e4a8 commit 5cc7809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vue/components/file/file-choose-button.vue
Expand Up @@ -5,7 +5,7 @@
:for="question.inputId"
v-bind:aria-label="question.chooseButtonText"
v-key2click
v-on:click="function(event) { question.chooseFile(event); }"
v-on:click="(event) => { question.chooseFile(event) }"
>
<sv-svg-icon
v-if="question.cssClasses.chooseFileIconId"
Expand Down

0 comments on commit 5cc7809

Please sign in to comment.