@parrot-co/parrot-ui 0.0.73 → 0.0.74

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/module.js CHANGED
@@ -4725,7 +4725,7 @@ function $b13859906e03ed0f$export$e44a253a59704894(props) {
4725
4725
  }
4726
4726
  return /*#__PURE__*/ (0, $kF5Av$jsx)($b13859906e03ed0f$var$_Dropdown, {
4727
4727
  ...props,
4728
- onAction: findAction,
4728
+ onAction: findAction ?? props.onAction,
4729
4729
  children: (item)=>/*#__PURE__*/ (0, $kF5Av$jsx)((0, $kF5Av$Item), {
4730
4730
  textValue: item.key,
4731
4731
  children: props.renderOption ? props.renderOption(item) : item.label