Fix vocabulary tags fiel type
[arvados-workbench2.git] / src / store / vocabulary / vocabulary-selctors.ts
index 3bb1e50511ba52b500d2cdb37ecf4eeb8bda4af3..d317cb4786e4babb6db6242916197a27aaabae73 100644 (file)
@@ -9,7 +9,7 @@ export const VOCABULARY_PROPERTY_NAME = 'vocabulary';
 
 export const DEFAULT_VOCABULARY: Vocabulary = {
     strict: false,
-    tags: [],
+    tags: {},
 };
 
 export const getVocabulary = (state: PropertiesState) =>