From 32576a15129ddebd10fb6394cd3b2472ad738a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frane=20Poli=C4=87?= <16856471+fPolic@users.noreply.github.com> Date: Tue, 28 May 2024 15:37:14 +0200 Subject: [PATCH] fix(dashboard): reservation creation form (#7489) **What** - refresh reservation creation flow, show available items without required search input - fix location details divider --- CLOSES CORE-2053 --- .../components/location/location.tsx | 5 +++-- .../create-reservation-form.tsx | 19 ++++++++----------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/packages/admin-next/dashboard/src/routes/locations/location-list/components/location/location.tsx b/packages/admin-next/dashboard/src/routes/locations/location-list/components/location/location.tsx index 9947557949..30e9987d35 100644 --- a/packages/admin-next/dashboard/src/routes/locations/location-list/components/location/location.tsx +++ b/packages/admin-next/dashboard/src/routes/locations/location-list/components/location/location.tsx @@ -161,7 +161,7 @@ function Location(props: LocationProps) { {/* ACTION*/} -
+
+