fix(ui): typo

This commit is contained in:
psychedelicious
2024-10-09 06:19:08 +10:00
parent f1c538fafc
commit ffecd83815

View File

@@ -95,7 +95,7 @@ export const WorkflowSortControl = () => {
<PopoverTrigger>
<IconButton
tooltip={`Sorting by ${valueOrderBy?.label} ${valueDirection?.label}`}
aria-label="Sort Workflow Librar"
aria-label="Sort Workflow Library"
icon={direction === 'ASC' ? <PiSortAscendingBold /> : <PiSortDescendingBold />}
variant="ghost"
/>