Fix vocabulary tags fiel type
[arvados-workbench2.git] / src / models / vocabulary.ts
index c1c3c1e9acc8cd34ab2d4aeccc36e2fd82a6fda1..363c1771f1a8ac3cccf775e4430a2e66f044917e 100644 (file)
@@ -6,7 +6,7 @@ import { isObject, has, every } from 'lodash/fp';
 
 export interface Vocabulary {
     strict: boolean;
-    tags: Tag[];
+    tags: Record<string, Tag>;
 }
 
 export interface Tag {