We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2baaa78 commit ef98260Copy full SHA for ef98260
1 file changed
storybook/stories/components/notification/Notification.stories.tsx
@@ -17,6 +17,7 @@ const
17
color: "high_contrast",
18
title: "Title",
19
subtitle: "Lorem ipsum dolor sit amet",
20
+ inline: false,
21
},
22
23
commonArgTypes: StoryObj<Notification.Actionable.ErrorProps>["argTypes"] =
@@ -34,6 +35,9 @@ const
34
35
subtitle: {
36
control: "text",
37
38
+ inline: {
39
+ control: "boolean",
40
+ },
41
}
42
43
export const ActionableError: StoryObj<Notification.Actionable.ErrorProps> = {
0 commit comments