diff --git a/airbyte-webapp/src/components/ui/DropDown/components/Option.tsx b/airbyte-webapp/src/components/ui/DropDown/components/Option.tsx index 49fcd9c81299..41ee0a538c74 100644 --- a/airbyte-webapp/src/components/ui/DropDown/components/Option.tsx +++ b/airbyte-webapp/src/components/ui/DropDown/components/Option.tsx @@ -65,6 +65,8 @@ export const DropDownOption: React.FC = (props) => { // for cases where the Dropdown is a child of a clickable parent such as a table row. props.selectOption(props.data); event.stopPropagation(); + // The checkbox does not work properly without this + event.preventDefault(); }} >