diff options
Diffstat (limited to 'src/components/account_actions/account_actions.vue')
| -rw-r--r-- | src/components/account_actions/account_actions.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 273aac69..fc303271 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -74,7 +74,7 @@ </button> </template> </Popover> - <portal to="modal"> + <teleport to="#modal"> <confirm-modal v-if="showingConfirmBlock" :title="$t('user_card.block_confirm_title')" @@ -93,7 +93,7 @@ /> </i18n> </confirm-modal> - </portal> + </teleport> </div> </template> |
