From bba4e63efdb811d9b78c7dbdbb0fb885687009d7 Mon Sep 17 00:00:00 2001 From: Ola Date: Fri, 5 Apr 2024 15:44:06 +0200 Subject: [PATCH] #104364 - set image_url & image_alt_text in duplicated node as null for now --- view/adminhtml/web/vue/app.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/adminhtml/web/vue/app.vue b/view/adminhtml/web/vue/app.vue index a107cf10..ef9c9444 100644 --- a/view/adminhtml/web/vue/app.vue +++ b/view/adminhtml/web/vue/app.vue @@ -148,7 +148,8 @@ uuid: this.uuid(), // TODO: support for image duplication - copying values isn't enough image: null, - image_alt_text: '', + image_url: null, + image_alt_text: null, image_width: null, image_height: null, };