Skip to content

Fix preview button for instance templates

Vasilii Iakliushin requested to merge 436044_fix_button_component_usage into master

What does this MR do and why?

Contributes to #436044 (closed)

Problem

ButtonComponent expects href attribute to render a link. However, this attribute is provided in a different scope.

Solution

Fix the position of href argument.

Merge request reports