Skip to content

Commit

Permalink
fix(client): revert wrong page size in Submissions page
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Dec 27, 2023
1 parent 4982805 commit ebde3c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { selectMaybeUserJid, selectMaybeUsername } from '../../../modules/sessio
import * as submissionActions from '../modules/submissionActions';

export class SubmissionsPage extends Component {
static PAGE_SIZE = 5;
static PAGE_SIZE = 20;

state = {
response: undefined,
Expand Down

0 comments on commit ebde3c0

Please sign in to comment.