mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #507 from YunoHost/fix-importcsv
fix UserImport missing file input
This commit is contained in:
commit
ac0cf3dc3c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default {
|
|||
data () {
|
||||
return {
|
||||
form: {
|
||||
csvfile: null,
|
||||
csvfile: { file: null },
|
||||
update: false,
|
||||
delete: false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue