From 445a41dda5f7d4106beaa2d3dcac39e73f885be0 Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Mon, 6 Apr 2020 22:40:19 +0200 Subject: [PATCH] Update rooms.js --- src/components/rooms.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/rooms.js b/src/components/rooms.js index 7fbaa87..35f1d15 100644 --- a/src/components/rooms.js +++ b/src/components/rooms.js @@ -1,5 +1,12 @@ import React from "react"; -import { Datagrid, List, TextField, SearchInput, Filter, Pagination } from "react-admin"; +import { + Datagrid, + List, + TextField, + SearchInput, + Filter, + Pagination, +} from "react-admin"; const RoomFilter = props => (