X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/960d08db813ea71f171bf24d16a9264108356ab0..0bc3340cdc59ede7a02552bcc9f22890f0ef4f91:/src/store/vocabulary/vocabulary-selctors.ts diff --git a/src/store/vocabulary/vocabulary-selctors.ts b/src/store/vocabulary/vocabulary-selctors.ts index 3bb1e505..d317cb47 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) =>