fix: go to visibility on base node action

This commit is contained in:
DarkPhoenix2704
2024-11-28 14:48:01 +00:00
parent b8ae038da7
commit 759004842d
2 changed files with 10 additions and 0 deletions

View File

@@ -530,6 +530,7 @@ const openBaseSettings = async (baseId: string) => {
baseId,
query: {
page: 'base-settings',
tab: 'visibility',
},
})
}