Merge branch '250-file-upload-acceptable-file' into 'dev'

fix for file upload acceptable file type

See merge request keanuapp/keanuapp-weblite!158
This commit is contained in:
N Pex 2023-04-04 13:01:11 +00:00
commit d86ee3b1e3

View file

@ -181,7 +181,7 @@
</v-container> </v-container>
<input ref="attachment" type="file" name="attachment" @change="handlePickedAttachment($event)" <input ref="attachment" type="file" name="attachment" @change="handlePickedAttachment($event)"
accept="image/*|audio/*|video/*|application/pdf" class="d-none" /> accept="image/*, audio/*, video/*, .pdf" class="d-none" />
<div v-if="currentImageInputPath"> <div v-if="currentImageInputPath">
<v-dialog v-model="currentImageInputPath" class="ma-0 pa-0" :width="$vuetify.breakpoint.smAndUp ? '50%' : '85%'"> <v-dialog v-model="currentImageInputPath" class="ma-0 pa-0" :width="$vuetify.breakpoint.smAndUp ? '50%' : '85%'">