don't limit file extensions
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user