diff --git a/app/code/Magento/Ui/view/base/web/js/grid/data-storage.js b/app/code/Magento/Ui/view/base/web/js/grid/data-storage.js index f40ac491bd8e5ae4044e381881247eb3cc33cf40..dca12f832cd15e1cdc197ec909df92557c45da60 100644 --- a/app/code/Magento/Ui/view/base/web/js/grid/data-storage.js +++ b/app/code/Magento/Ui/view/base/web/js/grid/data-storage.js @@ -79,8 +79,7 @@ define([ getData: function (params, options) { var cachedRequest = this.getRequest(params); - // TODO: Fix this in MAGETWO-59322 - if (params.filters && params.filters['store_id']) { + if (params && params.filters && params.filters['store_id']) { cachedRequest = false; }