diff --git a/src/components/shared/select/SelectBusinessType.vue b/src/components/shared/select/SelectBusinessType.vue index b4f4a5c4..ebd4adc5 100644 --- a/src/components/shared/select/SelectBusinessType.vue +++ b/src/components/shared/select/SelectBusinessType.vue @@ -5,7 +5,7 @@ import { getRole } from 'src/services/keycloak'; import { createSelect, SelectProps } from './select'; import SelectInput from '../SelectInput.vue'; -import { User as BusinessType } from 'src/stores/business-type/types'; +import { BusinessType } from 'src/stores/business-type/types'; import useStore from 'src/stores/business-type';