From: Michal Klobukowski Date: Tue, 27 Nov 2018 09:58:22 +0000 (+0100) Subject: Export DEFAULT_VOCABULARY value X-Git-Tag: 1.3.0~5^2^2^2~30 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/960d08db813ea71f171bf24d16a9264108356ab0 Export DEFAULT_VOCABULARY value Feature #14393 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- diff --git a/src/store/vocabulary/vocabulary-selctors.ts b/src/store/vocabulary/vocabulary-selctors.ts index aad4608b..3bb1e505 100644 --- a/src/store/vocabulary/vocabulary-selctors.ts +++ b/src/store/vocabulary/vocabulary-selctors.ts @@ -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: [], };