mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
show placeholder for select in script picker (#6074)
* add clearbable for script picker * fix
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
{:else}
|
||||
<Select
|
||||
bind:value={
|
||||
() => scriptPath ?? initialPath,
|
||||
() => (scriptPath ?? initialPath) || undefined,
|
||||
(path) => {
|
||||
scriptPath = path
|
||||
dispatch('select', { path, itemKind })
|
||||
|
||||
Reference in New Issue
Block a user