diff --git a/src/components/04_product-service/TotalProductCardComponent.vue b/src/components/04_product-service/TotalProductCardComponent.vue
index c38862f3..aa596898 100644
--- a/src/components/04_product-service/TotalProductCardComponent.vue
+++ b/src/components/04_product-service/TotalProductCardComponent.vue
@@ -42,7 +42,7 @@ withDefaults(
diff --git a/src/pages/04_product-service/MainPage.vue b/src/pages/04_product-service/MainPage.vue
index dc5c728b..22de202e 100644
--- a/src/pages/04_product-service/MainPage.vue
+++ b/src/pages/04_product-service/MainPage.vue
@@ -1559,119 +1559,13 @@ watch(inputSearchProductAndService, async () => {
-
- {
- currentPageServiceAndProduct = 1;
- inputSearchProductAndService = '';
- currentStatus = 'All';
- pageSizeServiceAndProduct;
- // await fetchListOfProductAndService();
- flowStore.rotate();
- }
- "
- >
-
- {{ $t('all') }}
-
-
-
-
- {
- currentPageServiceAndProduct = 1;
- inputSearchProductAndService = '';
- currentStatus = 'All';
- // await fetchListOfProduct();
- flowStore.rotate();
- }
- "
- >
-
- {{ $t('product') }}
-
-
-
-
- {
- currentPageServiceAndProduct = 1;
- inputSearchProductAndService = '';
- currentStatus = 'All';
- // await fetchListOfService();
- flowStore.rotate();
- }
- "
- >
-
- {{ $t('service') }}
-
-
-
-
-
-