Merge pull request #507 from YunoHost/fix-importcsv

fix UserImport missing file input
This commit is contained in:
Alexandre Aubin 2023-02-11 15:06:22 +01:00 committed by GitHub
commit ac0cf3dc3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ export default {
data () { data () {
return { return {
form: { form: {
csvfile: null, csvfile: { file: null },
update: false, update: false,
delete: false delete: false
}, },