fix: fix app schema form rendering

This commit is contained in:
Ruben Fiszel
2025-09-29 13:10:04 +00:00
parent 2b7ad0e2ef
commit 481c877537
@@ -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