Skip to content

Commit

Permalink
UIIN-3162 Added Sudoc and Other call number browse options
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Dec 20, 2024
1 parent 70e2943 commit 7a10026
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/filterConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export const browseInstanceIndexes = [
{ label: 'ui-inventory.browse.dewey', value: browseModeOptions.DEWEY },
{ label: 'ui-inventory.browse.libOfCongress', value: browseModeOptions.LIBRARY_OF_CONGRESS },
{ label: 'ui-inventory.browse.natLibOfMed', value: browseModeOptions.NATIONAL_LIBRARY_OF_MEDICINE },
{ label: 'ui-inventory.browse.superintendent', value: browseModeOptions.SUPERINTENDENT },
{ label: 'ui-inventory.browse.other', value: browseModeOptions.OTHER },
],
},
{
Expand Down

0 comments on commit 7a10026

Please sign in to comment.