Skip to content

Commit 8a45fb4

Browse files
committed
ci(GHA): Test changed story
1 parent 31a234c commit 8a45fb4

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
@@ -27,7 +27,7 @@ Default.args = {
2727
export const Primary = Template.bind({})
2828
Primary.args = {
2929
variant: BUTTON_VARIANT.PRIMARY,
30-
children: 'Primary',
30+
children: 'Primary changed',
3131
}
3232

3333
export const PrimaryDisabled = Template.bind({})

0 commit comments

Comments
 (0)