Skip to content

Commit

Permalink
Bump limit to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Oct 15, 2024
1 parent 3ee9595 commit a1c7de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/components/sidebar/GerryDBViewSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useQuery } from "@tanstack/react-query";
import { document } from "@/app/utils/api/mutations";

export function GerryDBViewSelector() {
const [limit, setLimit] = useState<number>(20);
const [limit, setLimit] = useState<number>(30);
const [offset, setOffset] = useState<number>(0);
const mapDocument = useMapStore((state) => state.mapDocument);

Expand Down

0 comments on commit a1c7de2

Please sign in to comment.