fix: base menu actions issue from another ws

This commit is contained in:
Ramesh Mane
2026-02-25 10:48:43 +00:00
parent af04601318
commit 3e2fae5106
4 changed files with 15 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ const handleOpenErd = () => {
}
const handleOpenSettings = () => {
onOpenSettings(props.base.id!)
onOpenSettings(props.base)
isMenuOpen.value = false
}