@firecms/ui 3.0.0-canary.125 → 3.0.0-canary.126
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.es.js +0 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +0 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/MultiSelect.tsx +0 -1
package/dist/index.umd.js
CHANGED
@@ -15563,7 +15563,6 @@
|
|
15563
15563
|
}, ref) => {
|
15564
15564
|
const [isPopoverOpen, setIsPopoverOpen] = React__namespace.useState(open ?? false);
|
15565
15565
|
const [selectedValues, setSelectedValues] = React__namespace.useState(value ?? []);
|
15566
|
-
console.log("selectedValues", selectedValues);
|
15567
15566
|
const onPopoverOpenChange = (open2) => {
|
15568
15567
|
setIsPopoverOpen(open2);
|
15569
15568
|
onOpenChange?.(open2);
|