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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ export const RoomList = props => (
{...props}
pagination={<RoomPagination />}
sort={{ field: "name", order: "ASC" }}
filters={<RoomFilter />}>
filters={<RoomFilter />}
>
<Datagrid>
<EncryptionField