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