Skip to content

Commit 43676a5

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ define([
1717
},
1818

1919
/**
20-
* @param {String} json
2120
* @private
21+
* @param {String} json
22+
* @return {String}
2223
*/
2324
_parseJson: function (json) {
2425
return JSON.parse(json);

0 commit comments

Comments
 (0)