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

This commit is contained in:
2025-07-05 20:41:12 +05:00
parent 5bc8366003
commit fa0d088f7f
4 changed files with 62 additions and 22 deletions
-1
View File
@@ -22,7 +22,6 @@ export async function DevicesTable({
searchParams,
parentalControl,
additionalFilters = {},
}: {
searchParams: Promise<{
[key: string]: unknown;