mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
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…
x
Reference in New Issue
Block a user