don't limit file extensions

This commit is contained in:
wh1te909
2024-10-18 18:09:13 +00:00
parent fa0992c49f
commit e045485d8c

View File

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