Skip to content

Commit

Permalink
Merge pull request #233 from buggregator/bugfix/smtp-page-preview
Browse files Browse the repository at this point in the history
fix smtp iframe default height
  • Loading branch information
Kreezag authored Nov 29, 2024
2 parents 4968e18 + bcfb551 commit d977bf5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pages/smtp/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,12 @@ onMounted(getEvent);
<div></div>
</div>

<div>
<SmtpPage
v-if="event"
:event="event"
:attachments="attachments"
:html-source="html"
/>
</div>
<SmtpPage
v-if="event"
:event="event"
:attachments="attachments"
:html-source="html"
/>
</NuxtLayout>
</template>

Expand Down

0 comments on commit d977bf5

Please sign in to comment.