Skip to content

Commit e3e06d0

Browse files
committed
Removing disabled class
1 parent ed4c01b commit e3e06d0

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CurrencySymbol/view/adminhtml/templates

1 file changed

+1
-1
lines changed

app/code/Magento/CurrencySymbol/view/adminhtml/templates/grid.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</label>
2020
<div class="admin__field-control">
2121
<input id="custom_currency_symbol<?= $block->escapeHtmlAttr($code) ?>"
22-
class="required-entry admin__control-text <?= $data['inherited'] ? 'disabled' : '' ?>"
22+
class="required-entry admin__control-text"
2323
type="text"
2424
value="<?= $block->escapeHtmlAttr($data['displaySymbol']) ?>"
2525
name="custom_currency_symbol[<?= $block->escapeHtmlAttr($code) ?>]"

0 commit comments

Comments
 (0)