@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 CHANGED
@@ -15553,7 +15553,6 @@ const MultiSelect = React.forwardRef(
15553
15553
  }, ref) => {
15554
15554
  const [isPopoverOpen, setIsPopoverOpen] = React.useState(open ?? false);
15555
15555
  const [selectedValues, setSelectedValues] = React.useState(value ?? []);
15556
- console.log("selectedValues", selectedValues);
15557
15556
  const onPopoverOpenChange = (open2) => {
15558
15557
  setIsPopoverOpen(open2);
15559
15558
  onOpenChange?.(open2);