Update user.js to fix error in resolve conflict

This commit is contained in:
Dirk Klimpel 2020-04-06 12:56:34 +02:00 committed by GitHub
parent f51c904aa1
commit 5f8b5db415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ const ListActions = ({
maxResults={maxResults}
/>
</TopToolbar>
);
const UserPagination = props => (
<Pagination {...props} rowsPerPageOptions={[10, 25, 50, 100, 500, 1000]} />