fix UserImport missing file input

This commit is contained in:
axolotle 2023-02-11 13:08:29 +01:00
parent a29b90fd80
commit 17369bf41a

View file

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