Skip to content

Commit 23b6d30

Browse files
fix: members page (#429)
1 parent 080981e commit 23b6d30

File tree

1 file changed

+1
-1
lines changed
  • src/ui/layouts/settings/Organization

1 file changed

+1
-1
lines changed

src/ui/layouts/settings/Organization/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const Organization: React.FC = () => {
3636
const ITEMS_PER_PAGE = parseInt(
3737
process.env.REACT_APP_ITEMS_PER_PAGE as string,
3838
);
39-
const DEFAULT_ITEMS_PER_PAGE = 10;
39+
const DEFAULT_ITEMS_PER_PAGE = 100;
4040
const { filteredMembers } = useService();
4141

4242
useEffect(() => {

0 commit comments

Comments
 (0)