X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e843169bf01229e8735c3fb784441e9de2c23a14..0bc3340cdc59ede7a02552bcc9f22890f0ef4f91:/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) =>