From db7f96fc02dbea612f824ae9236a0e8aeb289472 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 11 Jul 2025 09:19:49 +0700 Subject: [PATCH] refactor: remove user --- src/components/shared/select/SelectBusinessType.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';