Skip to content

Commit

Permalink
Merge branch 'feature/104364' into test/stage
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrankowska committed Apr 5, 2024
2 parents cca5c1f + bba4e63 commit 83aff2c
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 83aff2c

Please sign in to comment.