Skip to content

Commit 7d72e66

Browse files
committed
ci(GHA): Change another story
1 parent 1dced04 commit 7d72e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-component-library/src/components/Button/Button.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ PrimaryDisabled.storyName = 'Primary, disabled'
3535
PrimaryDisabled.args = {
3636
variant: BUTTON_VARIANT.PRIMARY,
3737
isDisabled: true,
38-
children: 'Primary, disabled',
38+
children: 'Primary, disabled, changed',
3939
}
4040

4141
export const PrimaryLoading = Template.bind({})

0 commit comments

Comments
 (0)