mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
move ChipList.tsx
This commit is contained in:
@@ -3,7 +3,7 @@ import { IDisplayCellProps } from "@src/components/fields/types";
|
||||
import { ButtonBase, Grid, Chip } from "@mui/material";
|
||||
import { ChevronDown } from "@src/assets/icons";
|
||||
|
||||
import ChipList from "@src/components/Table/formatters/ChipList";
|
||||
import ChipList from "@src/components/Table/ChipList";
|
||||
import { get } from "lodash-es";
|
||||
|
||||
export default function ConnectService({
|
||||
|
||||
@@ -3,7 +3,7 @@ import { IDisplayCellProps } from "@src/components/fields/types";
|
||||
import { ButtonBase, Grid, Chip } from "@mui/material";
|
||||
import { ChevronDown } from "@src/assets/icons";
|
||||
|
||||
import ChipList from "@src/components/Table/formatters/ChipList";
|
||||
import ChipList from "@src/components/Table/ChipList";
|
||||
|
||||
export default function ConnectTable({
|
||||
value,
|
||||
|
||||
@@ -3,7 +3,7 @@ import { IDisplayCellProps } from "@src/components/fields/types";
|
||||
import { ButtonBase, Grid, Chip } from "@mui/material";
|
||||
import { ChevronDown } from "@src/assets/icons";
|
||||
|
||||
import ChipList from "@src/components/Table/formatters/ChipList";
|
||||
import ChipList from "@src/components/Table/ChipList";
|
||||
import { get } from "lodash-es";
|
||||
import { getLabel } from "./utils";
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { IDisplayCellProps } from "@src/components/fields/types";
|
||||
|
||||
import { Grid, Chip } from "@mui/material";
|
||||
import ChipList from "@src/components/Table/formatters/ChipList";
|
||||
import ChipList from "@src/components/Table/ChipList";
|
||||
|
||||
import { FileIcon } from ".";
|
||||
import { FileValue } from "@src/types/table";
|
||||
|
||||
@@ -8,7 +8,7 @@ import { format } from "date-fns";
|
||||
|
||||
import { alpha, Stack, Grid, Tooltip, Chip, IconButton } from "@mui/material";
|
||||
import { Upload as UploadIcon } from "@src/assets/icons";
|
||||
import ChipList from "@src/components/Table/formatters/ChipList";
|
||||
import ChipList from "@src/components/Table/ChipList";
|
||||
import CircularProgressOptical from "@src/components/CircularProgressOptical";
|
||||
|
||||
import { projectScope, confirmDialogAtom } from "@src/atoms/projectScope";
|
||||
|
||||
@@ -5,7 +5,7 @@ import WarningIcon from "@mui/icons-material/WarningAmber";
|
||||
import { ChevronDown } from "@src/assets/icons";
|
||||
|
||||
import { sanitiseValue } from "./utils";
|
||||
import ChipList from "@src/components/Table/formatters/ChipList";
|
||||
import ChipList from "@src/components/Table/ChipList";
|
||||
import FormattedChip from "@src/components/FormattedChip";
|
||||
|
||||
export default function MultiSelect({
|
||||
|
||||
Reference in New Issue
Block a user