@apexcura/ui-components 0.0.16-Beta1 → 0.0.16-Beta2
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.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -91593,7 +91593,7 @@ var CheckboxElement = (props) => {
|
|
|
91593
91593
|
setCheckedList(list);
|
|
91594
91594
|
if (props.onChange) {
|
|
91595
91595
|
const selectedOptions = props.options && props.options.filter((option) => list.includes(option.value));
|
|
91596
|
-
props.onChange(selectedOptions
|
|
91596
|
+
props.onChange(selectedOptions);
|
|
91597
91597
|
}
|
|
91598
91598
|
};
|
|
91599
91599
|
const onHandleAllChanges = (e) => {
|