Updating upload button

parent 4b6a6416
...@@ -95227,7 +95227,7 @@ var render = function() { ...@@ -95227,7 +95227,7 @@ var render = function() {
"on-success": _vm.handleSuccess, "on-success": _vm.handleSuccess,
"show-file-list": false, "show-file-list": false,
"http-request": _vm.uploadFile, "http-request": _vm.uploadFile,
multiple: "true" multiple: true
} }
}, },
[ [
...@@ -95227,7 +95227,7 @@ var render = function() { ...@@ -95227,7 +95227,7 @@ var render = function() {
"on-success": _vm.handleSuccess, "on-success": _vm.handleSuccess,
"show-file-list": false, "show-file-list": false,
"http-request": _vm.uploadFile, "http-request": _vm.uploadFile,
multiple: "true" multiple: true
} }
}, },
[ [
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment