mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Merge branch 'develop' into issue/569
This commit is contained in:
@@ -6,13 +6,14 @@ import { ButtonBase, Grid, Chip } from "@mui/material";
|
||||
import ArrowDropDownIcon from "@mui/icons-material/ArrowDropDown";
|
||||
|
||||
import ChipList from "components/Table/formatters/ChipList";
|
||||
import { get } from "lodash";
|
||||
|
||||
export const ConnectService = forwardRef(function ConnectService(
|
||||
{ value, showPopoverCell, disabled, column }: IPopoverInlineCellProps,
|
||||
ref: React.Ref<any>
|
||||
) {
|
||||
const config = column.config ?? {};
|
||||
|
||||
const displayKey = config.titleKey ?? config.primaryKey;
|
||||
return (
|
||||
<ButtonBase
|
||||
onClick={() => showPopoverCell(true)}
|
||||
|
||||
Reference in New Issue
Block a user