@abgov/react-components 6.8.0-alpha.3 → 6.8.0

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/index.mjs CHANGED
@@ -3308,7 +3308,7 @@ function GoabMenuButton({
3308
3308
  const current = el.current;
3309
3309
  const listener = (e) => {
3310
3310
  const detail = e.detail;
3311
- onAction(detail.action);
3311
+ onAction(detail);
3312
3312
  };
3313
3313
  current.addEventListener("_action", listener);
3314
3314
  return () => {