fix default region value

This commit is contained in:
Damodar Lohani
2022-09-09 05:14:29 +00:00
parent 0cd1da0680
commit 03fade9501
+1 -1
View File
@@ -228,7 +228,7 @@ $regions = $this->getParam('regions', []);
<?php endforeach; ?>
</select>
<?php else: ?>
<input type="hidden" name="region" value="<?php array_key_first($regions) ?>" class="margin-bottom-xl" />
<input type="hidden" name="region" value="<?php echo array_key_first($regions) ?>" class="margin-bottom-xl" />
<?php endif; ?>
<footer>