From 38ec8f2c16b1cb5f6ddae4b119df424e85fe94a3 Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:13:40 +1000 Subject: [PATCH] Disable icon control Co-authored-by: Marco Ciampini --- packages/components/src/range-control/stories/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/range-control/stories/index.tsx b/packages/components/src/range-control/stories/index.tsx index 99415c02e49d88..729b156e381649 100644 --- a/packages/components/src/range-control/stories/index.tsx +++ b/packages/components/src/range-control/stories/index.tsx @@ -32,6 +32,7 @@ const meta: ComponentMeta< typeof RangeControl > = { }, color: { control: { type: 'color' } }, help: { control: { type: 'text' } }, + icon: { control: { type: null } }, marks: { control: { type: 'object' } }, onBlur: { control: { type: null } }, onChange: { action: 'onChange' },