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 5abf9dc commit 3535adfCopy full SHA for 3535adf
app/code/Magento/Sales/view/adminhtml/web/js/grid/columns/multiselect.js
@@ -16,7 +16,7 @@ define([
16
*/
17
updateState: function () {
18
var selected = this.selected().length,
19
- totalRecords = this.totalRecords()
+ totalRecords = this.totalRecords();
20
21
if (totalRecords && selected === totalRecords && !this.preserveSelectionsOnFilter) {
22
return this;
0 commit comments