fix(frontend): fix oneOf configuration (#3414)

This commit is contained in:
Faton Ramadani
2024-03-14 16:48:31 +01:00
committed by GitHub
parent 40b70f6235
commit d569296301
@@ -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}