8000 review notes · coder/coder@ffb5934 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffb5934

Browse files
committed
review notes
1 parent 3d34844 commit ffb5934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/modules/provisioners/ProvisionerAlert.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Story = StoryObj<typeof ProvisionerAlert>;
2222

2323
export const Info: Story = {};
2424

25-
export const InfoStyledForLogs: Story = {
25+
export const InfoInline: Story = {
2626
args: {
2727
variant: AlertVariant.Inline,
2828
},
@@ -34,7 +34,7 @@ export const Warning: Story = {
3434
},
3535
};
3636

37-
export const WarningStyledForLogs: Story = {
37+
export const WarningInline: Story = {
3838
args: {
3939
severity: "warning",
4040
variant: AlertVariant.Inline,

0 commit comments

Comments
 (0)
0