Skip to content

Commit

Permalink
Add input to edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman committed Feb 14, 2024
1 parent 4480c56 commit b383b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/pages/schedule-edit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
workflowType,
workflowId,
taskQueue,
input,
hour,
minute,
second,
Expand All @@ -51,6 +52,7 @@
workflowType,
workflowId,
taskQueue,
input,
};
const spec: Partial<ScheduleSpecParameters> = {
hour,
Expand Down

0 comments on commit b383b22

Please sign in to comment.