history transaction : bug export file excel
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user