Solve minor fix

This commit is contained in:
Jose Gonzalez 2020-04-13 10:57:32 +02:00
parent d1f565bb1d
commit 3f1e7d2ced
1 changed files with 2 additions and 2 deletions

View File

@ -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,
],