@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.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/lib/menu-button/menu-button.d.ts +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3310,7 +3310,7 @@ function GoabMenuButton({
|
|
|
3310
3310
|
const current = el.current;
|
|
3311
3311
|
const listener = (e) => {
|
|
3312
3312
|
const detail = e.detail;
|
|
3313
|
-
onAction(detail
|
|
3313
|
+
onAction(detail);
|
|
3314
3314
|
};
|
|
3315
3315
|
current.addEventListener("_action", listener);
|
|
3316
3316
|
return () => {
|