Bugfix of merge 'master'

This commit is contained in:
Dirk Klimpel
2020-07-06 13:39:41 +02:00
committed by GitHub
parent 2ca9844db5
commit cd83a8edf0
+1 -1
View File
@@ -55,7 +55,7 @@ export const RoomList = props => (
{...props} {...props}
pagination={<RoomPagination />} pagination={<RoomPagination />}
sort={{ field: "name", order: "ASC" }} sort={{ field: "name", order: "ASC" }}
filters={<RoomFilter />}> filters={<RoomFilter />}
> >
<Datagrid> <Datagrid>
<EncryptionField <EncryptionField