Merge branch '14393-vocabulary'
[arvados-workbench2.git] / src / store / vocabulary / vocabulary-selctors.ts
index aad4608b3e5213ea2cf0033bac90640df1b4b1c2..d317cb4786e4babb6db6242916197a27aaabae73 100644 (file)
@@ -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) =>