From 7a100266a924534a076c1387216e06bc148b0654 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Fri, 20 Dec 2024 16:41:36 +0100 Subject: [PATCH] UIIN-3162 Added Sudoc and Other call number browse options --- src/filterConfig.js | 2 ++ 1 file changed, 2 insertions(+) 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 }, ], }, {