mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-15 06:16:37 +00:00
Filter only approved sites
This commit is contained in:
@@ -155,7 +155,8 @@ export const orgQueries = {
|
||||
queryKey: ["ORG", orgId, "SITES", { query, perPage }] as const,
|
||||
queryFn: async ({ signal, meta }) => {
|
||||
const sp = new URLSearchParams({
|
||||
pageSize: perPage.toString()
|
||||
pageSize: perPage.toString(),
|
||||
status: "approved"
|
||||
});
|
||||
|
||||
if (query?.trim()) {
|
||||
|
||||
Reference in New Issue
Block a user