fix(FE): fixing report finance filter ui

This commit is contained in:
randy-ar
2026-01-29 20:59:16 +07:00
parent 5509f52464
commit e980320d00
5 changed files with 253 additions and 195 deletions
@@ -19,7 +19,7 @@ const FinanceTabs = () => {
{
id: '2',
label: 'Kontrol Pembayaran Customer',
content: <CustomerPaymentTab />,
content: <CustomerPaymentTab tabId={'2'} />,
},
];