We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c11e99 commit fd08c15Copy full SHA for fd08c15
src/routes/projects/[id]/workflows/[workflowId]/+page.svelte
@@ -460,7 +460,7 @@
460
</select>
461
</div>
462
<div class="mb-3">
463
- <label for="workerInit" class="form-label">Input data</label>
+ <label for="workerInit" class="form-label">Worker initialization (Optional)</label>
464
<textarea name="workerInit" id="workerInit" class="form-control font-monospace" rows="5" disabled={checkingConfiguration} bind:value={workerInitControl}></textarea>
465
466
</form>
0 commit comments