mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 16:36:58 +00:00
fix: some review changes
This commit is contained in:
@@ -280,7 +280,7 @@ useEventListener(document, 'keydown', (e: KeyboardEvent) => {
|
||||
class="nc-dock-logo nc-dock-logo-hover"
|
||||
data-testid="nc-mini-sidebar-v2-logo"
|
||||
:scale="getScale('logo')"
|
||||
@click="navigateTo(`/${activeWorkspaceId}`)"
|
||||
@click="navigateTo(`/${isEeUI ? activeWorkspaceId : 'nc'}`)"
|
||||
>
|
||||
<GeneralProjectIcon
|
||||
class="!h-7 !w-7 nc-logo-icon"
|
||||
|
||||
Reference in New Issue
Block a user