mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
fix empty tags on schedules
This commit is contained in:
@@ -21,10 +21,12 @@
|
||||
{#if workerTags}
|
||||
{#if $workerTags?.length ?? 0 > 0}
|
||||
<select
|
||||
bind:value={tag}
|
||||
value={tag}
|
||||
on:change={(e) => {
|
||||
if (tag == '') {
|
||||
tag = undefined
|
||||
} else if (e?.target?.['value']) {
|
||||
tag = e.target?.['value']
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user