Skip to content

Commit

Permalink
minor change to sort control labels
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyKilmory committed May 13, 2024
1 parent 316914e commit 7658b8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const SortOptions: SortDropdownOption[] = [
},
{
value: "dateAddedToCollection",
label: "Added to Collection (new to old)",
label: "Added to collection (new to old)",
isCollection: true
}
];
Expand Down

0 comments on commit 7658b8d

Please sign in to comment.