X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b6ac7fe88d347582d39fffa002e300af222c578f..50ec33497a4b0a9d6f262fa5a0176f2952ec1f6c:/src/store/vocabulary/vocabulary-actions.ts diff --git a/src/store/vocabulary/vocabulary-actions.ts b/src/store/vocabulary/vocabulary-actions.ts index 2ca344bb..d73c01fe 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)