From 76d1cd3f89589fe26057ef001236ed9cac8718f1 Mon Sep 17 00:00:00 2001 From: wayanrivan Date: Tue, 8 Jul 2025 10:13:44 +0700 Subject: [PATCH] history transaction : bug export file excel --- .../history-transaction/blocks/ListToolbar.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/transaction/history-transaction/blocks/ListToolbar.tsx b/src/pages/transaction/history-transaction/blocks/ListToolbar.tsx index b379694..dee1b0f 100644 --- a/src/pages/transaction/history-transaction/blocks/ListToolbar.tsx +++ b/src/pages/transaction/history-transaction/blocks/ListToolbar.tsx @@ -39,11 +39,11 @@ const ListToolbar = () => { }, []); // ✅ Reset tanggal jika typeSearchValue dipilih - useEffect(() => { - if (typeSearchValue) { - settrxDate({ from: '', to: '' }); - } - }, [typeSearchValue]); + // useEffect(() => { + // if (typeSearchValue) { + // settrxDate({ from: '', to: '' }); + // } + // }, [typeSearchValue]); const handleFilterData = useCallback(() => { // if (!trxDate.from || !trxDate.to) {