Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-phi committed Oct 20, 2024
1 parent 8ef3ea6 commit 44418e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputs/FileSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default defineComponent({
<Button type="dashed" :name="name" @click="onClick">
<slot />
</Button>
{{" "}}
{{ " " }}
<span v-if="file" class="file">
<File /> {{ file.name }}
</span>
Expand Down

0 comments on commit 44418e9

Please sign in to comment.