X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/25216cc7acedc987c26a159f0b640210c0ef101e..2a7fd99c212c33a1ec9911f8529fa5afc59a7bb2:/src/store/vocabulary/vocabulary-actions.ts diff --git a/src/store/vocabulary/vocabulary-actions.ts b/src/store/vocabulary/vocabulary-actions.ts index 2ca344bb2c..d73c01fe90 100644 --- a/src/store/vocabulary/vocabulary-actions.ts +++ b/src/store/vocabulary/vocabulary-actions.ts @@ -10,7 +10,6 @@ import { isVocabulary } from 'models/vocabulary'; export const loadVocabulary = async (dispatch: Dispatch, _: {}, { vocabularyService }: ServiceRepository) => { const vocabulary = await vocabularyService.getVocabulary(); - dispatch(propertiesActions.SET_PROPERTY({ key: VOCABULARY_PROPERTY_NAME, value: isVocabulary(vocabulary)