chore: lint

This commit is contained in:
Ramesh Mane
2026-03-04 14:42:39 +00:00
parent 06b453baa8
commit 6cd7ff50ae
14 changed files with 70 additions and 91 deletions

View File

@@ -19,8 +19,6 @@ const { activeTableId } = storeToRefs(useTablesStore())
const { isMobileMode } = useGlobal()
const { commandPalette } = useCommandPalette()
const { setActiveCmdView } = useCommand()
const showSidebarBtn = computed(() => {
@@ -30,10 +28,6 @@ const showSidebarBtn = computed(() => {
return true
})
const openSearch = () => {
commandPalette.value?.open()
}
</script>
<template>
@@ -44,11 +38,7 @@ const openSearch = () => {
</div>
<div class="flex items-center gap-0.5">
<NcTooltip
class="flex"
placement="bottom"
hide-on-click
>
<NcTooltip class="flex" placement="bottom" hide-on-click>
<template #title>
<div class="flex items-center gap-1">{{ $t('labels.quickSearch') }} {{ renderCmdOrCtrlKey(true) }} K</div>
</template>