From 0cc857378fddc63780398b328e09866771196613 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 28 Jan 2026 11:18:51 +0700 Subject: [PATCH] refactor(FE): Add icons to PurchasesPerSupplierTab controls --- .../tab/PurchasesPerSupplierTab.tsx | 50 +++++++++++-------- 1 file changed, 29 insertions(+), 21 deletions(-) diff --git a/src/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab.tsx b/src/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab.tsx index 71668da0..5366f3cd 100644 --- a/src/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab.tsx +++ b/src/components/pages/report/logistic-stock/tab/PurchasesPerSupplierTab.tsx @@ -29,6 +29,7 @@ import Menu from '@/components/menu/Menu'; import { generatePurchasesPerSupplierPDF } from '@/components/pages/report/logistic-stock/export/PurchasesPerSupplierExport'; import toast from 'react-hot-toast'; import * as XLSX from 'xlsx'; +import { Icon } from '@iconify/react'; const PurchasesPerSupplierTab = () => { // ===== STATE MANAGEMENT ===== @@ -723,27 +724,6 @@ const PurchasesPerSupplierTab = () => { subtitle='Laporan > Rekapitulasi Pembelian Per Supplier' className={{ wrapper: 'w-full', body: 'p-1!' }} > -
- - - - Export - - } - align='end' - > - - - - - -
{ />
+
+ + + + Export + + + } + align='end' + > + + + + + +
{!isSubmitted ? (