From 212bb087f9bcb24363e453de6572113c2ea69b1b Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Thu, 10 Mar 2022 19:28:26 +0100 Subject: [PATCH] Add `onClick` to Actions tab --- packages/components/src/unit-control/stories/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/unit-control/stories/index.tsx b/packages/components/src/unit-control/stories/index.tsx index 1b04faa7532bc..87dfd3a84c602 100644 --- a/packages/components/src/unit-control/stories/index.tsx +++ b/packages/components/src/unit-control/stories/index.tsx @@ -28,6 +28,7 @@ const meta: ComponentMeta< typeof UnitControl > = { control: { type: 'select' }, }, onChange: { + action: 'onChange', control: { type: null }, }, onUnitChange: {