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,5 +1,5 @@
import { getClient } from "@/api/AxiosClient";
import { WorkflowApiResponse, WorkflowRunApiResponse } from "@/api/types";
import { WorkflowRunApiResponse } from "@/api/types";
import { StatusBadge } from "@/components/StatusBadge";
import { Button } from "@/components/ui/button";
import {
@@ -30,6 +30,7 @@ import {
useParams,
useSearchParams,
} from "react-router-dom";
import { WorkflowApiResponse } from "./types/workflowTypes";
function WorkflowPage() {
const credentialGetter = useCredentialGetter();