Skip to content

Commit a3fa8d1

Browse files
fixed static test build
1 parent f5a93b7 commit a3fa8d1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ define([
272272
show: function () {
273273
this.visible = true;
274274
//Check admin grid button has addedr not
275-
if($('.page-main-actions').length === 0) {
275+
if ($('.page-main-actions').length === 0) {
276276
this.$sticky.style.top = 0;
277277
}
278278
this.$sticky.style.display = '';

0 commit comments

Comments
 (0)