Skip to content

Commit

Permalink
Fix Readonly for SegemntInput story
Browse files Browse the repository at this point in the history
  • Loading branch information
roshni73 authored and samshara committed Jun 17, 2024
1 parent acaec38 commit bd2a47b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const Disabled = {
} satisfies Story;

export const Readonly: Story = {
render: Template,
args: {
...Default.args,
value: '2',
Expand Down

0 comments on commit bd2a47b

Please sign in to comment.