Skip to content

Commit

Permalink
UIIN-3162 reorder Call number browse options
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Jan 17, 2025
1 parent 6439b8b commit c70bdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filterConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +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 },
{ label: 'ui-inventory.browse.superintendent', value: browseModeOptions.SUPERINTENDENT },
],
},
{
Expand Down

0 comments on commit c70bdca

Please sign in to comment.