Skip to content

Commit 56c6c53

Browse files
committed
feat(design-system): remove workflow from description for status icon [AR-38984]
1 parent c0f2dd2 commit 56c6c53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/design-system/src/components/ds-filter-status-icon/ds-filter-status-icon.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const meta: Meta<typeof DsFilterStatusIcon> = {
1515
status: {
1616
control: 'select',
1717
options: filterStatuses,
18-
description: 'The workflow status type',
18+
description: 'The filter status type',
1919
},
2020
active: {
2121
control: 'boolean',

packages/design-system/src/components/ds-filter-status-icon/ds-filter-status-icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const iconMap = {
1212

1313
/**
1414
* Design system Filter Status Icon component
15-
* Status icons for toggle filter buttons to help users quickly distinguish workflow states
15+
* Status icons for toggle filter buttons to help users quickly distinguish states
1616
*/
1717
export const DsFilterStatusIcon = ({
1818
status,

0 commit comments

Comments
 (0)