Skip to content

Commit a3683b4

Browse files
committed
MC-3315: Banner/Slider: Image still display on Banner/Slider slide-out after deleted
- Removed test name
1 parent 67307b4 commit a3683b4

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/image

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/image/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class Preview extends BasePreview {
4646
// Create uploader
4747
this.uploader = new Uploader(
4848
this.parent.id,
49-
"myimageuploader_" + this.parent.id,
49+
"imageuploader_" + this.parent.id,
5050
Object.assign({}, this.config.additional_data.uploaderConfig, {
5151
value: initialImageValue,
5252
}),

0 commit comments

Comments
 (0)