Skip to content
Snippets Groups Projects
Commit ea115cac authored by Sviatoslav Mankivskyi's avatar Sviatoslav Mankivskyi
Browse files

Merge remote-tracking branch 'origin/MAGETWO-59365' into BUGS

parents a821c01e 73085952
No related merge requests found
...@@ -253,7 +253,7 @@ class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\Ab ...@@ -253,7 +253,7 @@ class Collection extends \Magento\Framework\Model\ResourceModel\Db\Collection\Ab
if (count($options) > 0) { if (count($options) > 0) {
array_unshift( array_unshift(
$options, $options,
['title' => null, 'value' => null, 'label' => __('Please select a region, state or province.')] ['title' => '', 'value' => '', 'label' => __('Please select a region, state or province.')]
); );
} }
return $options; return $options;
......
...@@ -42,6 +42,7 @@ define([ ...@@ -42,6 +42,7 @@ define([
}); });
this.setOptions(result); this.setOptions(result);
this.reset();
} }
}); });
}); });
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment