18484: Improves CollectionService.get() to support "select".
[arvados-workbench2.git] / src / store / vocabulary / vocabulary-selectors.ts
index d317cb4786e4babb6db6242916197a27aaabae73..52fb0b9c5d5817c924b867f5ef01b088f23bbbd3 100644 (file)
@@ -2,13 +2,13 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { PropertiesState, getProperty } from '~/store/properties/properties';
-import { Vocabulary } from '~/models/vocabulary';
+import { PropertiesState, getProperty } from 'store/properties/properties';
+import { Vocabulary } from 'models/vocabulary';
 
 export const VOCABULARY_PROPERTY_NAME = 'vocabulary';
 
 export const DEFAULT_VOCABULARY: Vocabulary = {
-    strict: false,
+    strict_tags: false,
     tags: {},
 };