Remove unused variable from form select block
[MAILPOET-2665]
This commit is contained in:
committed by
Jack Kitterhing
parent
f0c1c3e424
commit
2e5fd69658
@@ -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);
|
||||
|
Reference in New Issue
Block a user