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 67307b4 commit a3683b4Copy full SHA for a3683b4
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/image/preview.ts
@@ -46,7 +46,7 @@ export default class Preview extends BasePreview {
46
// Create uploader
47
this.uploader = new Uploader(
48
this.parent.id,
49
- "myimageuploader_" + this.parent.id,
+ "imageuploader_" + this.parent.id,
50
Object.assign({}, this.config.additional_data.uploaderConfig, {
51
value: initialImageValue,
52
}),
0 commit comments