Skip to content
Snippets Groups Projects
Commit 709b7519 authored by HJ's avatar HJ :fire:
Browse files

fix portals/teleports

parent caed89f0
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
<UserReportingModal />
<PostStatusModal />
<SettingsModal />
<portal-target name="modal" />
<div id="modal"/>
<GlobalNoticeList />
</div>
</template>
......
......@@ -131,7 +131,7 @@
<FAIcon icon="chevron-down" />
</button>
</Popover>
<portal to="modal">
<teleport to="#modal">
<DialogModal
v-if="showDeleteUserDialog"
:on-cancel="deleteUserDialog.bind(this, false)"
......@@ -155,7 +155,7 @@
</button>
</template>
</DialogModal>
</portal>
</teleport>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment