From c81f30b0927e60973fddd0977c6ac011d4eae4b5 Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Sat, 13 May 2023 10:50:00 +0100 Subject: [PATCH] Fix hidden label breaking layout (#8867) --- .../eventtypes/components/ChildrenEventTypeSelect.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/features/eventtypes/components/ChildrenEventTypeSelect.tsx b/packages/features/eventtypes/components/ChildrenEventTypeSelect.tsx index f546682c85..1abd2bc1b5 100644 --- a/packages/features/eventtypes/components/ChildrenEventTypeSelect.tsx +++ b/packages/features/eventtypes/components/ChildrenEventTypeSelect.tsx @@ -24,6 +24,7 @@ export type ChildrenEventType = { hidden: boolean; }; +// TODO: This isnt just a select... rename this component in the future took me ages to find the component i was looking for export const ChildrenEventTypeSelect = ({ options = [], value = [], @@ -87,7 +88,11 @@ export const ChildrenEventTypeSelect = ({