We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6d99a commit b5ba28eCopy full SHA for b5ba28e
app/code/Magento/PageBuilder/view/adminhtml/templates/stage/render.phtml
@@ -24,7 +24,7 @@
24
return this._data[id] = String(val);
25
},
26
getItem: function (id) {
27
- return this._data.hasOwnProperty(id) ? this._data[id] : undefined;
+ return this._data.hasOwnProperty(id) ? this._data[id] : null;
28
29
removeItem: function (id) {
30
return delete this._data[id];
0 commit comments