From 53017e5a3532d7d0c66fd5f7e42f40c6ab755a75 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 3 Dec 2020 10:20:24 -0800 Subject: [PATCH] fix: Button storybook component size knob (#11912) --- superset-frontend/src/components/Button/Button.stories.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/components/Button/Button.stories.jsx b/superset-frontend/src/components/Button/Button.stories.jsx index c0dc3f6344..e528987cfb 100644 --- a/superset-frontend/src/components/Button/Button.stories.jsx +++ b/superset-frontend/src/components/Button/Button.stories.jsx @@ -113,7 +113,7 @@ export const InteractiveButton = args => { InteractiveButton.args = { buttonStyle: STYLES.defaultValue, - size: SIZES.defaultValue, + buttonSize: SIZES.defaultValue, type: TYPES.defaultValue, target: TARGETS.defaultValue, href: HREFS.defaultValue,