fix: add args to stepper story

This commit is contained in:
RadoslavDimchev 2023-08-24 10:58:18 +03:00
parent e4b0941227
commit 2439099914
1 changed files with 4 additions and 1 deletions

View File

@ -16,5 +16,8 @@ export default meta
type Story = StoryObj<typeof meta>
export const Stepper: Story = {
args: {},
args: {
activeStep: 0,
changeActiveStep: () => {},
},
}