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 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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",