Remove Portal

This commit is contained in:
Jeffrey Biles
2020-03-23 17:28:00 -07:00
parent af77551fe0
commit 3bced07176
2 changed files with 3 additions and 7 deletions

View File

@@ -19,11 +19,9 @@
</tr>
</tbody>
<portal target="#modal-portal">
<ModalView v-if="!!openedEmail" :closeModal="() => {openedEmail = null;}">
<MailView :email="openedEmail" @changeEmail="(args) => changeEmail(emails, args)" />
</ModalView>
</portal>
<ModalView v-if="!!openedEmail" :closeModal="() => {openedEmail = null;}">
<MailView :email="openedEmail" @changeEmail="(args) => changeEmail(emails, args)" />
</ModalView>
</table>
</template>