Skip to content

Commit 4fb6917

Browse files
committed
MC-18601: Page Builder Render
1 parent a305372 commit 4fb6917

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/templates/stage

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/templates/stage/render.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
return this._data[id] = String(val);
2525
},
2626
getItem: function (id) {
27-
return this._data.hasOwnProperty(id) ? this._data[id] : undefined;
27+
return this._data.hasOwnProperty(id) ? this._data[id] : null;
2828
},
2929
removeItem: function (id) {
3030
return delete this._data[id];

0 commit comments

Comments
 (0)