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" :connection="selectedRdpConnection"
@close="closeRdpModal" @close="closeRdpModal"
/> --> /> -->
<ManageTagConnectionsModal <teleport to="body">
:tag-info="tagToManage" <ManageTagConnectionsModal
v-model:visible="showManageTagModal" :tag-info="tagToManage"
@saved="handleManageTagModalSaved" v-model:visible="showManageTagModal"
/> @saved="handleManageTagModalSaved"
/>
</teleport>
</div> </div>
</template> </template>