mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 16:58:59 +00:00
fix: add args to stepper story
This commit is contained in:
parent
e4b0941227
commit
2439099914
@ -16,5 +16,8 @@ export default meta
|
||||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Stepper: Story = {
|
||||
args: {},
|
||||
args: {
|
||||
activeStep: 0,
|
||||
changeActiveStep: () => {},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user