Skip to content

Commit

Permalink
fix smtp iframe default height
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreezag committed Nov 29, 2024
1 parent d8c24aa commit bcfb551
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 bcfb551

Please sign in to comment.