mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 19:44:47 +00:00
Merge branch 'private-http-ha' into alerting-rules
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