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,