diff --git a/src/lib/components/payload-input.svelte b/src/lib/components/payload-input.svelte new file mode 100644 index 000000000..390e233cb --- /dev/null +++ b/src/lib/components/payload-input.svelte @@ -0,0 +1,90 @@ + + +
Input
+ +
+ + +
+
+
+
+ + {#if error} + + {/if} +
+
diff --git a/src/lib/components/schedule/schedule-form-view.svelte b/src/lib/components/schedule/schedule-form-view.svelte index 44cac18b9..93f404060 100644 --- a/src/lib/components/schedule/schedule-form-view.svelte +++ b/src/lib/components/schedule/schedule-form-view.svelte @@ -70,6 +70,7 @@ let workflowId = decodedWorkflow?.workflowId ?? ''; let taskQueue = decodedWorkflow?.taskQueue?.name ?? ''; let input = ''; + let encoding = ''; let daysOfWeek: string[] = []; let daysOfMonth: number[] = []; let months: string[] = []; @@ -90,6 +91,7 @@ workflowId, taskQueue, input, + encoding, hour, minute, second, @@ -163,7 +165,6 @@

{title}

-