fix(ui): reset mixed channel warning on close

This commit is contained in:
liuxiongfeng
2026-02-13 00:23:15 +08:00
parent 6218eefd61
commit 739c80227a

View File

@@ -2587,6 +2587,7 @@ const resetForm = () => {
} }
const handleClose = () => { const handleClose = () => {
mixedChannelWarning.cancel()
emit('close') emit('close')
} }