Skip to content

Commit b198e91

Browse files
committed
MC-5373: Product couldn't be pulled to CMS Page when it was assigned to a specific website
Rename CreateValueForStoreId class to StoreId
1 parent d8e9bbd commit b198e91

File tree

2 files changed

+6
-6
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web

2 files changed

+6
-6
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/converter/attribute/preview/store-id.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/converter/attribute/preview/store-id.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ConverterInterface from "../../converter-interface";
99
/**
1010
* @api
1111
*/
12-
export default class CreateValueForStoreId implements ConverterInterface {
12+
export default class StoreId implements ConverterInterface {
1313

1414
/**
1515
* Convert value to internal format

0 commit comments

Comments
 (0)