fix(sidebar): linter fixes for header, create menu, and automation components

This commit is contained in:
Ramesh Mane
2026-03-04 14:42:33 +00:00
parent 48f83f5494
commit 8b0fdfd938

View File

@@ -42,23 +42,6 @@ const openSearch = () => {
</div>
<div class="flex items-center gap-0.5">
<NcTooltip class="flex" placement="bottom" hide-on-click :disabled="!!isMobileMode">
<template #title> {{ renderCmdOrCtrlKey(true) }} K </template>
<NcButton
v-if="!isMobileMode"
v-e="['c:sidebar:search']"
type="text"
size="small"
class="!text-nc-content-gray-subtle !hover:text-nc-content-gray !md:(hover:bg-nc-bg-gray-medium) !rounded-md"
data-testid="nc-sidebar-search-btn"
@click="openSearch"
>
<div class="flex items-center text-inherit">
<GeneralIcon icon="search" class="!text-nc-content-gray-muted" />
</div>
</NcButton>
</NcTooltip>
<NcTooltip
class="flex"
:class="{