Skip to content

Commit e5b5bc1

Browse files
Surabhi Srivastavamahesh-rajawat
Surabhi Srivastava
authored andcommitted
Fixed issue #22640
Fixed issue #22640
1 parent 5efaca9 commit e5b5bc1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Tax/view/adminhtml/templates/rule/rate

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/view/adminhtml/templates/rule/rate/form.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="grid-loader"></div>
1111
</div>
1212

13-
<div class="form-inline" id="<?= /* @escapeNotVerified */ $block->getNameInLayout() ?>" style="display:none">
13+
<div class="form-inline admin__scope-old" id="<?= /* @escapeNotVerified */ $block->getNameInLayout() ?>" style="display:none">
1414
<?= $block->getFormHtml() ?>
1515
<?= $block->getChildHtml('form_after') ?>
1616
</div>

0 commit comments

Comments
 (0)