mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
fix: fix app schema form rendering
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">
|
||||
<div class="px-2 h-fit min-h-0 w-full">
|
||||
<SchemaForm
|
||||
noVariablePicker
|
||||
onlyMaskPassword
|
||||
|
||||
Reference in New Issue
Block a user