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…
Reference in New Issue