mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-09 07:30:40 +02:00
reduce filter dropdown page size
This commit is contained in:
+2
-2
@@ -1196,7 +1196,7 @@ export const launcherQueries = {
|
||||
sites: ({
|
||||
orgId,
|
||||
query,
|
||||
perPage = 500
|
||||
perPage = 20
|
||||
}: {
|
||||
orgId: string;
|
||||
query?: string;
|
||||
@@ -1228,7 +1228,7 @@ export const launcherQueries = {
|
||||
labels: ({
|
||||
orgId,
|
||||
query,
|
||||
perPage = 500
|
||||
perPage = 20
|
||||
}: {
|
||||
orgId: string;
|
||||
query?: string;
|
||||
|
||||
Reference in New Issue
Block a user