Skip to content

Commit cfef072

Browse files
MAGETWO-59282: There is no Scope Selector on Product Grid
1 parent a0d5f0f commit cfef072

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Ui/view/base/web/js/grid/data-storage.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ define([
7979
getData: function (params, options) {
8080
var cachedRequest = this.getRequest(params);
8181

82-
// TODO: Fix this in MAGETWO-59322
83-
if (params.filters && params.filters['store_id']) {
82+
if (params && params.filters && params.filters['store_id']) {
8483
cachedRequest = false;
8584
}
8685

0 commit comments

Comments
 (0)