@apexcura/ui-components 0.0.13-Beta15 → 0.0.13-Beta17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -806,7 +806,7 @@ var import_antd17 = require("antd");
|
|
|
806
806
|
var uploadProps = {
|
|
807
807
|
name: "file",
|
|
808
808
|
multiple: true,
|
|
809
|
-
action:
|
|
809
|
+
// action: 'https://660d2bd96ddfa2943b33731c.mockapi.io/api/upload',
|
|
810
810
|
headers: {
|
|
811
811
|
authorization: "authorization-text"
|
|
812
812
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -753,7 +753,7 @@ import { Button as Button4, message, Upload } from "antd";
|
|
|
753
753
|
var uploadProps = {
|
|
754
754
|
name: "file",
|
|
755
755
|
multiple: true,
|
|
756
|
-
action:
|
|
756
|
+
// action: 'https://660d2bd96ddfa2943b33731c.mockapi.io/api/upload',
|
|
757
757
|
headers: {
|
|
758
758
|
authorization: "authorization-text"
|
|
759
759
|
},
|