fix story of Search input

This commit is contained in:
Hristo Nedelkov 2023-09-29 20:39:04 +03:00
parent 5afbe035d0
commit 2df10937de
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ export default meta
type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {},
args: {value: 'Search value', },
}