Remove old workflow types (#1227)

This commit is contained in:
Shuchang Zheng
2024-11-20 08:23:26 -08:00
committed by GitHub
parent c643472f3c
commit 4271ca9ecf
7 changed files with 17 additions and 79 deletions

View File

@@ -1,10 +1,10 @@
import { WorkflowParameterValueType } from "@/api/types";
import { FileInputValue, FileUpload } from "@/components/FileUpload";
import { Checkbox } from "@/components/ui/checkbox";
import { Input } from "@/components/ui/input";
import { CodeEditor } from "./components/CodeEditor";
import { AutoResizingTextarea } from "@/components/AutoResizingTextarea/AutoResizingTextarea";
import { Label } from "@/components/ui/label";
import { WorkflowParameterValueType } from "./types/workflowTypes";
type Props = {
type: WorkflowParameterValueType;