mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 21:36:53 +00:00
chore: lint
This commit is contained in:
@@ -51,7 +51,13 @@ const themeIcon = computed(
|
||||
</NcTooltip>
|
||||
|
||||
<!-- Mini sidebar mode — parent DashboardMiniSidebarItem handles tooltip -->
|
||||
<div v-else v-e="['c:nocodb:theme']" class="h-4.5 flex items-center justify-center" data-testid="nc-sidebar-theme" @click="toggleTheme">
|
||||
<div
|
||||
v-else
|
||||
v-e="['c:nocodb:theme']"
|
||||
class="h-4.5 flex items-center justify-center"
|
||||
data-testid="nc-sidebar-theme"
|
||||
@click="toggleTheme"
|
||||
>
|
||||
<GeneralIcon
|
||||
:icon="themeIcon"
|
||||
:class="{
|
||||
|
||||
Reference in New Issue
Block a user