Unverified Commit 36ec13da authored by Alireza Heidari's avatar Alireza Heidari Committed by GitHub
Browse files

Update WorkflowList props type

parent ae022b07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import WorkflowListActions from "@/components/Workflow/List/WorkflowListActions.
type ListView = "grid" | "list";
type WorkflowsList = Record<string, never>[];

// Temporary interface to match the `Workflow` interface from `WorkflowCard`
// Interface to match the `Workflow` interface from `WorkflowCard`
interface SelectedWorkflow {
    id: string;
    name: string;