X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/8623f430ea556381f8681c2aea00e43e64d3f6d1..e44d47bdea01e25926f4f3ff750f2d1cb4fd8204:/src/store/vocabulary/vocabulary-actions.ts diff --git a/src/store/vocabulary/vocabulary-actions.ts b/src/store/vocabulary/vocabulary-actions.ts index 799cffa0..ceef5e6c 100644 --- a/src/store/vocabulary/vocabulary-actions.ts +++ b/src/store/vocabulary/vocabulary-actions.ts @@ -5,7 +5,7 @@ import { Dispatch } from 'redux'; import { ServiceRepository } from '~/services/services'; import { propertiesActions } from '~/store/properties/properties-actions'; -import { VOCABULARY_PROPERTY_NAME, DEFAULT_VOCABULARY } from './vocabulary-selctors'; +import { VOCABULARY_PROPERTY_NAME, DEFAULT_VOCABULARY } from './vocabulary-selectors'; import { isVocabulary } from '~/models/vocabulary'; export const loadVocabulary = async (dispatch: Dispatch, _: {}, { vocabularyService }: ServiceRepository) => {