mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 14:16:57 +00:00
fix(pw): base overview page related test update
This commit is contained in:
@@ -313,6 +313,7 @@ const hasTableCreatePermission = computed(() => {
|
||||
'!text-brand-600 !bg-brand-50 !hover:bg-brand-50': activeProjectId === base.id && baseViewOpen,
|
||||
'!hover:(bg-gray-200 text-gray-700)': !(activeProjectId === base.id && baseViewOpen),
|
||||
}"
|
||||
data-testid="nc-sidebar-base-overview-btn"
|
||||
@click="openBaseHomePage"
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user