Skip to content

Commit

Permalink
Addresses Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gbdubs committed Jan 24, 2024
1 parent e4f10a4 commit fc08d76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/components/modal/Group.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts" />

<template>
<div class="modal-group">
<div id="modal-group">
<ModalError />
<ModalLoading />
<ModalPermissionDenied />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const classes = computed(() => `p-button-sm ${props.btnClass ?? ''} ${visible.va
icon="pi pi-table"
@click="toggleMenu"
/>
<Teleport to=".modal-group">
<Teleport to="#modal-group">
<PVOverlayPanel
ref="overlayPanel"
:pt="{ content: { class: 'p-0' } }"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const classes = computed(() => `p-button-sm ${props.btnClass ?? ''} ${visible.va
icon="pi pi-sitemap"
@click="toggleMenu"
/>
<Teleport to=".modal-group">
<Teleport to="#modal-group">
<PVOverlayPanel
ref="overlayPanel"
:pt="{ content: { class: 'p-0' } }"
Expand Down

0 comments on commit fc08d76

Please sign in to comment.