chore: move export const PairDetail = ({ pair, index }: PairDetailProps) => { to legacy
This commit is contained in:
@@ -7,7 +7,7 @@ import { emptyWorkflow } from "../../src/shared/constants";
|
|||||||
import { LeftSidePanelContent } from "./LeftSidePanelContent";
|
import { LeftSidePanelContent } from "./LeftSidePanelContent";
|
||||||
import { useGlobalInfoStore } from "../../src/context/globalInfo";
|
import { useGlobalInfoStore } from "../../src/context/globalInfo";
|
||||||
import { TabContext, TabPanel } from "@mui/lab";
|
import { TabContext, TabPanel } from "@mui/lab";
|
||||||
import { LeftSidePanelSettings } from "../../src/components/recorder/LeftSidePanelSettings";
|
import { LeftSidePanelSettings } from "./LeftSidePanelSettings";
|
||||||
import { RunSettings } from "../../src/components/run/RunSettings";
|
import { RunSettings } from "../../src/components/run/RunSettings";
|
||||||
|
|
||||||
const fetchWorkflow = (id: string, callback: (response: WorkflowFile) => void) => {
|
const fetchWorkflow = (id: string, callback: (response: WorkflowFile) => void) => {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import { Button, MenuItem, TextField, Typography } from "@mui/material";
|
import { Button, MenuItem, TextField, Typography } from "@mui/material";
|
||||||
import { Dropdown } from "../ui/DropdownMui";
|
import { Dropdown } from "../../src/components/ui/DropdownMui";
|
||||||
import { RunSettings } from "../run/RunSettings";
|
import { RunSettings } from "../../src/components/run/RunSettings";
|
||||||
import { useSocketStore } from "../../context/socket";
|
import { useSocketStore } from "../../src/context/socket";
|
||||||
|
|
||||||
interface LeftSidePanelSettingsProps {
|
interface LeftSidePanelSettingsProps {
|
||||||
params: any[]
|
params: any[]
|
||||||
|
|||||||
@@ -6,13 +6,13 @@ import TreeView from '@mui/lab/TreeView';
|
|||||||
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
|
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
|
||||||
import ChevronRightIcon from '@mui/icons-material/ChevronRight';
|
import ChevronRightIcon from '@mui/icons-material/ChevronRight';
|
||||||
import TreeItem from '@mui/lab/TreeItem';
|
import TreeItem from '@mui/lab/TreeItem';
|
||||||
import { AddButton } from "../ui/buttons/AddButton";
|
import { AddButton } from "../../src/components/ui/buttons/AddButton";
|
||||||
import { WarningText } from "../ui/texts";
|
import { WarningText } from "../../src/components/ui/texts";
|
||||||
import NotificationImportantIcon from '@mui/icons-material/NotificationImportant';
|
import NotificationImportantIcon from '@mui/icons-material/NotificationImportant';
|
||||||
import { RemoveButton } from "../ui/buttons/RemoveButton";
|
import { RemoveButton } from "../../src/components/ui/buttons/RemoveButton";
|
||||||
import { AddWhereCondModal } from "./AddWhereCondModal";
|
import { AddWhereCondModal } from "../../src/components/recorder/AddWhereCondModal";
|
||||||
import { useSocketStore } from "../../context/socket";
|
import { useSocketStore } from "../../src/context/socket";
|
||||||
import { AddWhatCondModal } from "../../../legacy/src/AddWhatCondModal";
|
import { AddWhatCondModal } from "./AddWhatCondModal";
|
||||||
|
|
||||||
interface PairDetailProps {
|
interface PairDetailProps {
|
||||||
pair: WhereWhatPair | null;
|
pair: WhereWhatPair | null;
|
||||||
Reference in New Issue
Block a user