Fix rendering of Add Value attributes when the attribute is also rendered by a template, resulting in double javascript and blank values

This commit is contained in:
2025-07-03 13:02:02 +08:00
parent 06747064d4
commit 46277146c5
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
{{ $slot }}
</attribute>
<x-attribute.widget.options :o="$o" :edit="$edit" :new="$new"/>
<x-attribute.widget.options :o="$o" :edit="$edit" :new="$new" :template="$template ?? FALSE"/>
</div>
</div>