Solve minor fix
This commit is contained in:
parent
d1f565bb1d
commit
3f1e7d2ced
|
@ -1015,8 +1015,8 @@ class ModuleTemplates extends HTML
|
|||
'arguments' => [
|
||||
'name' => 'add_components_button',
|
||||
'label' => __('Add components'),
|
||||
'type' => 'submit',
|
||||
'attributes' => 'class="sub cog"',
|
||||
'type' => 'button',
|
||||
'attributes' => 'class="float-right sub cog"',
|
||||
'script' => 'showAddComponent();',
|
||||
'return' => true,
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue