This commit is contained in:
@@ -53,7 +53,8 @@ type Story = StoryObj<typeof meta>;
|
||||
|
||||
export const Body: Story = {};
|
||||
|
||||
export const Error: Story = {
|
||||
export const ErrorState: Story = {
|
||||
name: 'Error',
|
||||
args: {
|
||||
variant: 'error',
|
||||
children: 'This field is required',
|
||||
|
||||
Reference in New Issue
Block a user