Merge branch '15256-removing-files-during-upload'
[arvados-workbench2.git] / src / store / vocabulary / vocabulary-actions.ts
index 799cffa034f01f026aedfc5c6ef52e71ff6d2d59..ceef5e6c79665f9bdfde98faeadbff126a9aecae 100644 (file)
@@ -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) => {