We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d47a4a commit 7589eefCopy full SHA for 7589eef
internal/portal/src/scenes/Destination/Events/Events.tsx
@@ -63,7 +63,7 @@ const Events = ({
63
}
64
65
if (!searchParams.has("limit")) {
66
- searchParams.set("limit", "10");
+ searchParams.set("limit", "15");
67
68
69
return `destinations/${destination.id}/events?${searchParams.toString()}`;
0 commit comments