Skip to content

Commit 49c2b49

Browse files
(Pill): use simpler naming in stories as well
1 parent 29c2acd commit 49c2b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Pill.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const ControlledWithKnobs: ComponentStoryObj<typeof Pill> = {
2222
name: 'Controlled with knobs',
2323
args: {
2424
label: 'Pill Label',
25-
fullLabel: 'Full Label of the Pill',
25+
title: 'Full Label of the Pill',
2626
},
2727
parameters: {
2828
info: 'Pill controlled with knobs',

0 commit comments

Comments
 (0)