Export DEFAULT_VOCABULARY value
[arvados-workbench2.git] / src / store / vocabulary / vocabulary-selctors.ts
index aad4608b3e5213ea2cf0033bac90640df1b4b1c2..3bb1e50511ba52b500d2cdb37ecf4eeb8bda4af3 100644 (file)
@@ -7,7 +7,7 @@ import { Vocabulary } from '~/models/vocabulary';
 
 export const VOCABULARY_PROPERTY_NAME = 'vocabulary';
 
-const DEFAULT_VOCABULARY: Vocabulary = {
+export const DEFAULT_VOCABULARY: Vocabulary = {
     strict: false,
     tags: [],
 };