mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
min-w-nits
This commit is contained in:
@@ -861,7 +861,7 @@
|
||||
<div class="h-full flex relative flex-row flex-wrap {wrapperClass} visible" style={wrapperStyle}>
|
||||
<!-- {Object.keys(schemaStripped?.properties ?? {}).length > 0} -->
|
||||
{#if render && (autoRefresh || forceSchemaDisplay) && schemaStripped && Object.keys(schemaStripped?.properties ?? {}).length > 0}
|
||||
<div class="px-2 h-fit min-h-0 w-full">
|
||||
<div class="px-2 h-fit min-h-0 w-full min-w-[350px]">
|
||||
<SchemaForm
|
||||
noVariablePicker
|
||||
onlyMaskPassword
|
||||
|
||||
Reference in New Issue
Block a user