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 a305372 commit 4fb6917Copy full SHA for 4fb6917
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