Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit bec1856

Browse files
restore per page
1 parent 5c628ec commit bec1856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export const SORT_STATUS_ORDER = [
359359
MY_GIG_PHASE.COMPLETED,
360360
];
361361

362-
export const PER_PAGE = 1;
362+
export const PER_PAGE = 10;
363363

364364
/**
365365
* defines which status can show remarks

0 commit comments

Comments
 (0)