From 9b096beef4264334fecc4c060fb24db6b59714cb Mon Sep 17 00:00:00 2001 From: jpveooys-test <103038128+jpveooys-test@users.noreply.github.com> Date: Wed, 6 Apr 2022 15:35:22 +0100 Subject: [PATCH] ci(GHA): Change another story --- .../src/components/Button/Button.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-component-library/src/components/Button/Button.stories.tsx b/packages/react-component-library/src/components/Button/Button.stories.tsx index 3cf47af940..1dc1c254ac 100644 --- a/packages/react-component-library/src/components/Button/Button.stories.tsx +++ b/packages/react-component-library/src/components/Button/Button.stories.tsx @@ -35,7 +35,7 @@ PrimaryDisabled.storyName = 'Primary, disabled' PrimaryDisabled.args = { variant: BUTTON_VARIANT.PRIMARY, isDisabled: true, - children: 'Primary, disabled', + children: 'Primary, disabled, changed', } export const PrimaryLoading = Template.bind({})