update filter on transaction history

This commit is contained in:
bagusajisaputroo
2025-07-14 11:42:07 +07:00
parent af497b595c
commit 87bc715153
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectTrigger,
SelectValue
} from '@/components/ui/select';
import { apiConfig } from '@/config/api.config';

View File

@ -14,7 +14,7 @@ import { start } from 'repl';
interface TransactionProps {
id: number;
name: string;
}
}
interface ContextProps {
getTransactionLists: (