Cleanup room creation

Change-Id: Ieb5189513d21606f8d0bea5692112350a68f2e14
This commit is contained in:
Manuel Stahl
2020-04-21 14:03:35 +02:00
parent d3cd2e9e33
commit 0823976edd
5 changed files with 78 additions and 102 deletions

View File

@@ -44,7 +44,8 @@ const App = () => (
name="rooms"
list={RoomList}
create={RoomCreate}
icon={RoomIcon} />
icon={RoomIcon}
/>
<Resource name="connections" />
</Admin>
);