Skip to content

Commit

Permalink
don't limit file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Oct 18, 2024
1 parent fa0992c commit e045485
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/scripts/ScriptUploadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,7 @@
</q-card-section>

<q-card-section>
<q-file
label="Script Upload"
v-model="file"
hint="Supported file types: .ps1, .bat, .py, .sh"
filled
dense
counter
accept=".ps1, .bat, .py, .sh"
>
<q-file label="Script Upload" v-model="file" filled dense counter>
<template v-slot:prepend>
<q-icon name="attach_file" />
</template>
Expand Down

0 comments on commit e045485

Please sign in to comment.