From 960d08db813ea71f171bf24d16a9264108356ab0 Mon Sep 17 00:00:00 2001 From: Michal Klobukowski Date: Tue, 27 Nov 2018 10:58:22 +0100 Subject: [PATCH] Export DEFAULT_VOCABULARY value Feature #14393 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- src/store/vocabulary/vocabulary-selctors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [], }; -- 2.30.2