Skip to content

Commit

Permalink
Merge branch 'cherry-pick-7f23031c' into '6.4.1.0'
Browse files Browse the repository at this point in the history
NEXT-15262 - Fix x button for preview modal

See merge request shopware/6/product/platform!5359
  • Loading branch information
taltholtmann committed May 19, 2021
2 parents da6ed3d + 52c3240 commit a0bf6d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@
<sw-modal class="sw-mail-template-preview-modal"
:title="$tc('sw-mail-template.detail.previewModalTitle')"
v-if="mailPreview"
@modal-close="onCancelShowPreview"
:isLoading="isLoading">
<template v-if="!isLoading">
<span v-html="mailPreview"></span>
Expand Down

0 comments on commit a0bf6d3

Please sign in to comment.