diff --git a/src/filterConfig.js b/src/filterConfig.js index ce943054e..d68d329d7 100644 --- a/src/filterConfig.js +++ b/src/filterConfig.js @@ -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 }, ], }, {