Skip to content

Commit

Permalink
fix(data-table): icon-indicator story
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore committed Jan 6, 2025
1 parent c4900c1 commit c480615
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const rows = [
port: 3000,
rule: 'Round robin',
attached_groups: 'Kevin’s VM Groups',
status: <IconIndicator kind="error" label="Error" />,
status: <IconIndicator kind="failed" label="Failed" />,
},
{
id: 'b',
Expand All @@ -69,7 +69,7 @@ const rows = [
port: 3000,
rule: 'Round robin',
attached_groups: 'Marc’s VM Groups',
status: <IconIndicator kind="error" label="Error" />,
status: <IconIndicator kind="failed" label="Failed" />,
},
{
id: 'e',
Expand Down

0 comments on commit c480615

Please sign in to comment.