Skip to content

Commit

Permalink
fix: cron trigger form (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelanger5 authored Dec 6, 2024
1 parent 116930c commit 33d10dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function TriggerWorkflowForm({

const res = await api.cronWorkflowTriggerCreate(
tenant.metadata.id,
workflow?.metadata.id,
workflow?.name,
{
input: data.input,
additionalMetadata: data.addlMeta,
Expand Down

0 comments on commit 33d10dc

Please sign in to comment.