mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-13 16:05:00 +00:00
fix: fix typo "Wourker" -> "Worker"
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
{#if overrideTag}
|
||||
<option value="">reset to default</option>
|
||||
{:else}
|
||||
<option value="" disabled selected>Override Wourker Group</option>
|
||||
<option value="" disabled selected>Override Worker Group Tag</option>
|
||||
{/if}
|
||||
{#each $workerTags ?? [] as tag (tag)}
|
||||
<option value={tag}>{tag}</option>
|
||||
|
||||
Reference in New Issue
Block a user