mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
fix regression bug, toggle button height in input transform form (#6918)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
import type { PropPickerWrapperContext } from './flows/propPicker/PropPickerWrapper.svelte'
|
||||
import { codeToStaticTemplate, getDefaultExpr } from './flows/utils'
|
||||
import SimpleEditor from './SimpleEditor.svelte'
|
||||
import { Button } from '$lib/components/common'
|
||||
import { Button, ButtonType } from '$lib/components/common'
|
||||
import ToggleButtonGroup from '$lib/components/common/toggleButton-v2/ToggleButtonGroup.svelte'
|
||||
import ToggleButton from '$lib/components/common/toggleButton-v2/ToggleButton.svelte'
|
||||
import { tick } from 'svelte'
|
||||
@@ -553,9 +553,10 @@
|
||||
/>
|
||||
{/if}
|
||||
|
||||
<div>
|
||||
<div class="{ButtonType.UnifiedHeightClasses.sm} relative">
|
||||
<ToggleButtonGroup
|
||||
selected={propertyType}
|
||||
class="h-full"
|
||||
on:selected={(e) => {
|
||||
if (e.detail == propertyType) return
|
||||
const staticTemplate = isStaticTemplate(inputCat)
|
||||
|
||||
Reference in New Issue
Block a user