diff --git a/src/components/fields/Connector/PopoverCell.tsx b/src/components/fields/Connector/PopoverCell.tsx index e2d4beb55..3d6a346bb 100644 --- a/src/components/fields/Connector/PopoverCell.tsx +++ b/src/components/fields/Connector/PopoverCell.tsx @@ -1,6 +1,6 @@ import { IPopoverCellProps } from "../types"; -import ConnectServiceSelect from "./Select"; +import Selector from "./Select"; export default function ConnectService({ value, @@ -12,7 +12,7 @@ export default function ConnectService({ docRef, }: IPopoverCellProps) { return ( - {hits.map((hit) => { const isSelected = selectedValues.some((v) => v === hit[elementId]); - console.log({ - isSelected, - selectedValues, - elementId, - }); return (
@@ -80,7 +64,6 @@ export default function Settings({ config, onChange }) { />
- {/* Primary Key */}