fix: change title of setup row story

This commit is contained in:
RadoslavDimchev 2023-08-31 15:13:13 +03:00
parent 86a8a42f80
commit 804da336af
1 changed files with 7 additions and 1 deletions

View File

@ -18,6 +18,12 @@ type Story = StoryObj<typeof meta>
export const Default: Story = { export const Default: Story = {
args: { args: {
title: 'Setup Row', title: 'Setup up Validators',
},
}
export const WithoutTitle: Story = {
args: {
title: '',
}, },
} }