Remove unused variable from form select block

[MAILPOET-2665]
This commit is contained in:
Rostislav Wolny
2020-01-30 12:36:38 +01:00
committed by Jack Kitterhing
parent f0c1c3e424
commit 2e5fd69658

View File

@@ -8,7 +8,6 @@ class Select extends Base {
$html = '';
$fieldName = 'data[' . $this->getFieldName($block) . ']';
$fieldValidation = $this->getInputValidation($block);
$automationId = ($block['id'] == 'status') ? 'data-automation-id="form_status"' : '';
$html .= '<p class="mailpoet_paragraph">';
$html .= $this->renderLabel($block);