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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user