We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b931813 commit b1c7bfbCopy full SHA for b1c7bfb
app/code/Magento/AdminNotification/view/adminhtml/web/js/grid/listing.js
@@ -55,7 +55,7 @@ define([
55
if ($messagesBlock.length) {
56
resultHeight += $messagesBlock.outerHeight();
57
}
58
-
+ console.log('Reproduce eslint issue');
59
if ($collapsibleBlock.length && $collapsibleBlock.is(':visible') && !closed) {
60
resultHeight += $collapsibleBlock.outerHeight();
61
0 commit comments