cloudmr-ux 1.7.3 → 1.7.4
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 +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1154,7 +1154,6 @@ var CMRSelectUpload = (props) => {
|
|
|
1154
1154
|
},
|
|
1155
1155
|
getOptionLabel: (option) => option.fileName,
|
|
1156
1156
|
isOptionEqualToValue: (option, value) => option.id === value.id,
|
|
1157
|
-
value: fileIndex === -1 ? null : props.fileSelection[fileIndex],
|
|
1158
1157
|
onChange: (event, newValue) => {
|
|
1159
1158
|
if (newValue) {
|
|
1160
1159
|
const index = props.fileSelection.findIndex((file) => file.id === newValue.id);
|
package/dist/index.mjs
CHANGED
|
@@ -1106,7 +1106,6 @@ var CMRSelectUpload = (props) => {
|
|
|
1106
1106
|
},
|
|
1107
1107
|
getOptionLabel: (option) => option.fileName,
|
|
1108
1108
|
isOptionEqualToValue: (option, value) => option.id === value.id,
|
|
1109
|
-
value: fileIndex === -1 ? null : props.fileSelection[fileIndex],
|
|
1110
1109
|
onChange: (event, newValue) => {
|
|
1111
1110
|
if (newValue) {
|
|
1112
1111
|
const index = props.fileSelection.findIndex((file) => file.id === newValue.id);
|