fix story of Search input
This commit is contained in:
parent
5afbe035d0
commit
2df10937de
|
@ -15,5 +15,5 @@ export default meta
|
|||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {},
|
||||
args: {value: 'Search value', },
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue