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 = ({