Skip to content
Snippets Groups Projects

Remove obsolte theme wrapper

@@ -434,7 +434,6 @@ class ComponentSlotForm extends ComponentFormBase {
$button = $button_base + [
'#type' => 'submit',
'#theme_wrappers' => ['input__submit__ui_patterns_action'],
];
// Html::getId will give us '-' char in name but we want '_' for now so
Loading