Skip to content

Commit c5f9fcc

Browse files
committed
Merge branch '370_determine_mftf_coverage' of github.com:dhaecker/magento2 into 370_determine_mftf_coverage
2 parents f60c89c + 5eb3b13 commit c5f9fcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ define([
1414
'uiLayout',
1515
'Magento_Ui/js/modal/alert',
1616
'mage/translate',
17-
'uiElement'
17+
'uiElement',
18+
'Magento_Ui/js/grid/data-storage'
1819
], function ($, _, utils, resolver, layout, alert, $t, Element) {
1920
'use strict';
2021

0 commit comments

Comments
 (0)