Add workflow actions in workflow page (#1376)

This commit is contained in:
Shuchang Zheng
2024-12-12 06:37:10 -08:00
committed by GitHub
parent 6c36d6ba8f
commit a574bda9d3
2 changed files with 15 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ import {
useSearchParams,
} from "react-router-dom";
import { WorkflowApiResponse } from "./types/workflowTypes";
import { WorkflowActions } from "./WorkflowActions";
function WorkflowPage() {
const credentialGetter = useCredentialGetter();
@@ -88,6 +89,12 @@ function WorkflowPage() {
)}
</div>
<div className="flex gap-2">
{workflow && (
<WorkflowActions
workflow={workflow}
onSuccessfullyDeleted={() => navigate("/workflows")}
/>
)}
<Button asChild variant="secondary">
<Link to={`/workflows/${workflowPermanentId}/edit`}>
<Pencil2Icon className="mr-2 size-4" />