X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/960d08db813ea71f171bf24d16a9264108356ab0..5df95741b820e18db893c8ce1fac67b921b7fafc:/src/store/vocabulary/vocabulary-selctors.ts diff --git a/src/store/vocabulary/vocabulary-selctors.ts b/src/store/vocabulary/vocabulary-selctors.ts index 3bb1e50511..d317cb4786 100644 --- a/src/store/vocabulary/vocabulary-selctors.ts +++ b/src/store/vocabulary/vocabulary-selctors.ts @@ -9,7 +9,7 @@ export const VOCABULARY_PROPERTY_NAME = 'vocabulary'; export const DEFAULT_VOCABULARY: Vocabulary = { strict: false, - tags: [], + tags: {}, }; export const getVocabulary = (state: PropertiesState) =>