Skip to content

chore(button): remove category binding from deprecated variants story

The button's deprecated variants story is trying to bind a property that isn't available to it, which causes some error when trying to access the story:

Screenshot_2020-01-27_base_button_-_deprecated_variants___Storybook

This MR fixes that by removing the category binding from the story's template.

Edited by Paul Gascou-Vaillancourt

Merge request reports