import { IEditorCellProps } from "@src/components/fields/types"; import ConnectServiceSelect from "./ConnectServiceSelect"; export default function ConnectService({ value, onChange, column, parentRef, showPopoverCell, disabled, _rowy_ref, }: IEditorCellProps) { const config = column.config ?? {}; if (!config) return null; return ( showPopoverCell(false), }, }} /> ); }