Show 50 elements by default in the list of each resource

This commit is contained in:
Aine
2024-11-30 21:49:05 +02:00
parent 9735ffbc19
commit 28b80d7fa2
7 changed files with 7 additions and 3 deletions

View File

@@ -352,6 +352,7 @@ export const RoomList = (props: ListProps) => {
sort={{ field: "name", order: "ASC" }}
filters={roomFilters}
actions={<RoomListActions />}
perPage={50}
>
<DatagridConfigurable
rowClick="show"