Browse stakeholders: comment out sort by OA

This commit is contained in:
argirok 2024-01-12 10:52:57 +02:00
parent e14901674b
commit 08ad6fbeb0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export class BrowseStakeholderBaseComponent extends StakeholderBaseComponent imp
sortOptions: Option[] = [
{value: 'alphAsc', label: 'Alphabetically Asc. (A-Z)'},
{value: 'alphDsc', label: 'Alphabetically Dsc. (Z-A)'},
{value: 'oaDsc', label: '"Open Access %" Dsc.'}
/*{value: 'oaDsc', label: '"Open Access %" Dsc.'}*/
];
pageOptions: number[] = [10, 20, 30, 40];
sortBy: string = 'alphAsc';