mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-02 09:05:04 -05:00
fix(ui): typo
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user