feat: enhance payment retrieval with flexible query parameters and add dynamic filters to payments page

This commit is contained in:
2025-07-05 20:39:28 +05:00
parent 135edf80a8
commit 9fe3c3b774
4 changed files with 62 additions and 22 deletions

View File

@ -22,7 +22,6 @@ export async function DevicesTable({
searchParams,
parentalControl,
additionalFilters = {},
}: {
searchParams: Promise<{
[key: string]: unknown;