fix: autocomplete story
This commit is contained in:
parent
102432100f
commit
0610dea415
|
@ -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: () => {},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue