mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix UserImport missing file input
This commit is contained in:
parent
a29b90fd80
commit
17369bf41a
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