Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/MAGETWO-98183' into chaika_february
Browse files Browse the repository at this point in the history
  • Loading branch information
olysenko committed Feb 11, 2019
2 parents 4b937e3 + 20d2a7b commit 0bba014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele

$regionId = $element->getForm()->getElement('region_id')->getValue();

$html = '<div class="field field-state required admin__field _required">';
$html = '<div class="field field-state admin__field">';
$element->setClass('input-text admin__control-text');
$element->setRequired(true);
$html .= $element->getLabelHtml() . '<div class="control admin__field-control">';
Expand Down

0 comments on commit 0bba014

Please sign in to comment.