X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e843169bf01229e8735c3fb784441e9de2c23a14..98d1b780b15d9995ec5ef6cae25c0663702ede4f:/src/store/vocabulary/vocabulary-selctors.ts diff --git a/src/store/vocabulary/vocabulary-selctors.ts b/src/store/vocabulary/vocabulary-selctors.ts index aad4608b3e..d317cb4786 100644 --- a/src/store/vocabulary/vocabulary-selctors.ts +++ b/src/store/vocabulary/vocabulary-selctors.ts @@ -7,9 +7,9 @@ import { Vocabulary } from '~/models/vocabulary'; export const VOCABULARY_PROPERTY_NAME = 'vocabulary'; -const DEFAULT_VOCABULARY: Vocabulary = { +export const DEFAULT_VOCABULARY: Vocabulary = { strict: false, - tags: [], + tags: {}, }; export const getVocabulary = (state: PropertiesState) =>