fix: autocomplete story

This commit is contained in:
RadoslavDimchev 2023-09-07 19:38:47 +03:00
parent 102432100f
commit 0610dea415
1 changed files with 0 additions and 12 deletions

View File

@ -17,23 +17,11 @@ type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {
index: 0,
isValid: true,
changeIsValid: () => {},
},
}
export const NotValid: Story = {
args: {
index: 0,
isValid: false,
changeIsValid: () => {},
},
}
export const OtherWord: Story = {
args: {
index: 2,
isValid: false,
changeIsValid: () => {},
},
}