mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 11:36:36 +00:00
fix: base menu actions issue from another ws
This commit is contained in:
@@ -81,7 +81,7 @@ const handleOpenErd = () => {
|
||||
}
|
||||
|
||||
const handleOpenSettings = () => {
|
||||
onOpenSettings(props.base.id!)
|
||||
onOpenSettings(props.base)
|
||||
isMenuOpen.value = false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user