♻️ fix search params on other tables too

This commit is contained in:
Fred KISSIE
2026-05-27 00:44:18 +02:00
parent df098f55ba
commit 94949aa3fd
4 changed files with 6 additions and 32 deletions

View File

@@ -730,6 +730,7 @@ export default function ProxyResourcesTable({
searchPlaceholder={t("resourcesSearch")}
pagination={pagination}
rowCount={rowCount}
searchQuery={searchParams.get("query")?.toString()}
onSearch={handleSearchChange}
onPaginationChange={handlePaginationChange}
onAdd={() =>