diff --git a/src/components/rooms.js b/src/components/rooms.js
index 041f0a6..8955252 100644
--- a/src/components/rooms.js
+++ b/src/components/rooms.js
@@ -4,6 +4,7 @@ import {
BooleanField,
BulkDeleteWithConfirmButton,
Datagrid,
+ DeleteButton,
Filter,
List,
Pagination,
@@ -15,6 +16,7 @@ import {
Tab,
TabbedShowLayout,
TextField,
+ TopToolbar,
useTranslate,
} from "react-admin";
import get from "lodash/get";
@@ -70,10 +72,16 @@ const RoomTitle = ({ record }) => {
);
};
+const RoomShowActions = ({ basePath, data, resource }) => (
+
+
+
+);
+
export const RoomShow = props => {
const translate = useTranslate();
return (
- }>
+ } title={}>
}>