Skip to content

Commit dcc73dd

Browse files
author
Sergii Kovalenko
committed
MAGETWO-54790: [Github] Sections missing from Stores > Configuration > General > Design #5256
1 parent 5a28491 commit dcc73dd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/code/Magento/Theme/view/adminhtml/web/js/form/component/robots-reset-button.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55

66
define([
77
'Magento_Ui/js/form/components/button',
8-
'uiRegistry',
9-
'uiLayout',
10-
'mageUtils'
11-
], function (Button, registry, layout, utils) {
8+
'uiRegistry'
9+
], function (Button, registry) {
1210
'use strict';
1311

1412
return Button.extend({
@@ -37,4 +35,4 @@ define([
3735
}
3836
}
3937
});
40-
});
38+
});

0 commit comments

Comments
 (0)