fix: 修复管理标签模态框在侧栏中打开的问题

This commit is contained in:
Baobhan Sith
2025-05-12 16:00:06 +08:00
parent 2a5551b42e
commit bfbde6c601
@@ -984,11 +984,13 @@ const cancelEditingTag = () => {
:connection="selectedRdpConnection"
@close="closeRdpModal"
/> -->
<ManageTagConnectionsModal
:tag-info="tagToManage"
v-model:visible="showManageTagModal"
@saved="handleManageTagModalSaved"
/>
<teleport to="body">
<ManageTagConnectionsModal
:tag-info="tagToManage"
v-model:visible="showManageTagModal"
@saved="handleManageTagModalSaved"
/>
</teleport>
</div>
</template>