Skip to content

Commit b3fde43

Browse files
committed
fix: page size back to 1000
1 parent 891b682 commit b3fde43

File tree

1 file changed

+1
-1
lines changed
  • src/containers/AdminIncomingMessageList

1 file changed

+1
-1
lines changed

src/containers/AdminIncomingMessageList/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export class AdminIncomingMessageList extends Component {
446446
<PaginatedUsersRetriever
447447
organizationId={organizationId}
448448
onUsersReceived={this.handleReassignmentTextersReceived}
449-
pageSize={1}
449+
pageSize={1000}
450450
/>
451451
<PaginatedUsersRetriever
452452
organizationId={organizationId}

0 commit comments

Comments
 (0)