Skip to content

Commit

Permalink
#104364 - set image_url & image_alt_text in duplicated node as null f…
Browse files Browse the repository at this point in the history
…or now
  • Loading branch information
ofrankowska committed Apr 5, 2024
1 parent bd36c4b commit bba4e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view/adminhtml/web/vue/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit bba4e63

Please sign in to comment.