feat: enhance payment retrieval with flexible query parameters and add dynamic filters to payments page
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 2m18s

This commit is contained in:
2025-07-05 20:39:28 +05:00
parent 5bc8366003
commit fa0d088f7f
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;