From e7cab6caed9af145cd51170ec8bbfd83b792b065 Mon Sep 17 00:00:00 2001 From: Munawwirul Jamal Date: Thu, 4 Dec 2025 10:17:16 +0700 Subject: [PATCH] dev: hotfix, cleaning some pubs --- .../pub/my-ui/data-table/data-table.vue | 4 +-- app/components/pub/my-ui/data/types.ts | 1 - app/components/pub/my-ui/nav-footer/ba.vue | 25 ++++++++----------- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/app/components/pub/my-ui/data-table/data-table.vue b/app/components/pub/my-ui/data-table/data-table.vue index 408b6d9d..690ac75e 100644 --- a/app/components/pub/my-ui/data-table/data-table.vue +++ b/app/components/pub/my-ui/data-table/data-table.vue @@ -110,8 +110,8 @@ function handleActionCellClick(event: Event, _cellRef: string) {
diff --git a/app/components/pub/my-ui/data/types.ts b/app/components/pub/my-ui/data/types.ts index 6338667f..bf0c3d0b 100644 --- a/app/components/pub/my-ui/data/types.ts +++ b/app/components/pub/my-ui/data/types.ts @@ -89,7 +89,6 @@ export const ActionEvents = { showVerify: 'showVerify', showConfirmVerify: 'showConfirmVerify', showValidate: 'showValidate', - showConfirmVerify: 'showConfirmVerify', showPrint: 'showPrint', } diff --git a/app/components/pub/my-ui/nav-footer/ba.vue b/app/components/pub/my-ui/nav-footer/ba.vue index 2b8e7767..c44ec5d1 100644 --- a/app/components/pub/my-ui/nav-footer/ba.vue +++ b/app/components/pub/my-ui/nav-footer/ba.vue @@ -1,25 +1,22 @@