Skip to content

Commit 354a33e

Browse files
459 Adds deprecation message to WfoSortButtons
1 parent e943e2f commit 354a33e

File tree

1 file changed

+3
-1
lines changed
  • packages/orchestrator-ui-components/src/components/WfoTable/WfoSortButtons

1 file changed

+3
-1
lines changed

packages/orchestrator-ui-components/src/components/WfoTable/WfoSortButtons/WfoSortButtons.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ export type WfoSortButtonsProps = {
1010
onChangeSortOrder: (updatedSortOrder: SortOrder) => void;
1111
};
1212

13-
// Todo, not used remove?
13+
/**
14+
* @deprecated This component is not used anymore and will be removed in the next major version.
15+
*/
1416
export const WfoSortButtons: FC<WfoSortButtonsProps> = ({
1517
sortOrder,
1618
onChangeSortOrder,

0 commit comments

Comments
 (0)