mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
fix(frontend): fix oneOf configuration (#3414)
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
</div>
|
||||
|
||||
<div class={classNames('flex gap-x-2 gap-y-1 justify-end items-center')}>
|
||||
{#if componentInput?.type && allowTypeChange}
|
||||
{#if componentInput?.type && allowTypeChange !== false}
|
||||
<ToggleButtonGroup
|
||||
class="h-7"
|
||||
bind:selected={componentInput.type}
|
||||
|
||||
Reference in New Issue
Block a user