@apexcura/ui-components 0.0.13-Beta73 → 0.0.13-Beta74
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 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -929,9 +929,8 @@ var FileUpload = (props) => {
|
|
|
929
929
|
return /* @__PURE__ */ import_react27.default.createElement("div", null, /* @__PURE__ */ import_react27.default.createElement(
|
|
930
930
|
import_antd20.Upload,
|
|
931
931
|
{
|
|
932
|
-
action: "",
|
|
933
932
|
accept: props.accept,
|
|
934
|
-
listType:
|
|
933
|
+
listType: "picture",
|
|
935
934
|
maxCount: props.max_count,
|
|
936
935
|
multiple: true,
|
|
937
936
|
fileList: files,
|
package/dist/index.mjs
CHANGED
|
@@ -872,9 +872,8 @@ var FileUpload = (props) => {
|
|
|
872
872
|
return /* @__PURE__ */ React27.createElement("div", null, /* @__PURE__ */ React27.createElement(
|
|
873
873
|
Upload2,
|
|
874
874
|
{
|
|
875
|
-
action: "",
|
|
876
875
|
accept: props.accept,
|
|
877
|
-
listType:
|
|
876
|
+
listType: "picture",
|
|
878
877
|
maxCount: props.max_count,
|
|
879
878
|
multiple: true,
|
|
880
879
|
fileList: files,
|