X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a91c2a768d3a8858856261da905f2d2184cbe602..30ef6aaa179aa1d18e70e2a54b1a997146328147:/src/store/vocabulary/vocabulary-selectors.ts diff --git a/src/store/vocabulary/vocabulary-selectors.ts b/src/store/vocabulary/vocabulary-selectors.ts index d317cb47..52fb0b9c 100644 --- a/src/store/vocabulary/vocabulary-selectors.ts +++ b/src/store/vocabulary/vocabulary-selectors.ts @@ -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: {}, };