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 080981e commit 23b6d30Copy full SHA for 23b6d30
src/ui/layouts/settings/Organization/index.tsx
@@ -36,7 +36,7 @@ export const Organization: React.FC = () => {
36
const ITEMS_PER_PAGE = parseInt(
37
process.env.REACT_APP_ITEMS_PER_PAGE as string,
38
);
39
- const DEFAULT_ITEMS_PER_PAGE = 10;
+ const DEFAULT_ITEMS_PER_PAGE = 100;
40
const { filteredMembers } = useService();
41
42
useEffect(() => {
0 commit comments