From c70bdca459d9a3471673ddd97621d06d53629585 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Fri, 17 Jan 2025 10:19:24 +0100 Subject: [PATCH] UIIN-3162 reorder Call number browse options --- src/filterConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filterConfig.js b/src/filterConfig.js index d68d329d7..b9bb46a30 100644 --- a/src/filterConfig.js +++ b/src/filterConfig.js @@ -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 }, ], }, {