Skip to content

Commit

Permalink
fix(webapp): Make admin/users page scrollable again (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitmouton authored Oct 11, 2024
1 parent 34c3af8 commit 3e50fc1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions apps/webapp/src/app/(admin)/admin/users/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ async function UserListPage() {
]);

return (
<AdminPage
icon={faCircleUser}
title={'Benutzer'}
hasHomeLink
takesFullSpace
>
<AdminPage icon={faCircleUser} title={'Benutzer'} hasHomeLink>
<UserList tenant={tenant} currentUser={currentUser!} />
</AdminPage>
);
Expand Down

0 comments on commit 3e50fc1

Please sign in to comment.