diff --git a/src/components/04_product-service/TotalProductCardComponent.vue b/src/components/04_product-service/TotalProductCardComponent.vue index 78d424b1..f642b84b 100644 --- a/src/components/04_product-service/TotalProductCardComponent.vue +++ b/src/components/04_product-service/TotalProductCardComponent.vue @@ -5,13 +5,11 @@ import { dateFormat } from 'src/utils/datetime'; import { formatNumberDecimal } from 'stores/utils'; import KebabAction from '../shared/KebabAction.vue'; -import { ServiceAndProduct } from 'stores/product-service/types'; - const baseUrl = ref(import.meta.env.VITE_API_BASE_URL); withDefaults( defineProps<{ - data?: ServiceAndProduct; + data?: any; title?: string; dense?: boolean;