X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e843169bf01229e8735c3fb784441e9de2c23a14..4b961d16b8f8ef8afbd13697a79fe4684acd0416:/src/store/vocabulary/vocabulary-selctors.ts diff --git a/src/store/vocabulary/vocabulary-selctors.ts b/src/store/vocabulary/vocabulary-selctors.ts index aad4608b..d317cb47 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) =>