mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
fix: resource editor should not autoselect resources for optional fields (#6821)
This commit is contained in:
@@ -1016,7 +1016,7 @@
|
||||
<ObjectResourceInput
|
||||
{disabled}
|
||||
{defaultValue}
|
||||
selectFirst={!noDefaultOnSelectFirst}
|
||||
selectFirst={!noDefaultOnSelectFirst && required}
|
||||
{disablePortal}
|
||||
format={format ?? ''}
|
||||
bind:value
|
||||
|
||||
Reference in New Issue
Block a user