chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2025-05-17 06:32:01 +00:00
parent 37b1185ed5
commit 97e555734e
4 changed files with 8 additions and 10 deletions

View File

@@ -26,11 +26,11 @@ const onKeydown = (e: KeyboardEvent) => {
<a-input
ref="inputRef"
v-model:value="vModel"
@keydown="onKeydown"
type="text"
class="nc-base-search-input nc-input-border-on-value nc-input-shadow !h-8 !px-2.5 !py-1 !rounded-lg"
:placeholder="`${$t('activity.searchProject').charAt(0).toUpperCase()}${$t('activity.searchProject').slice(1).toLowerCase()}`"
allow-clear
@keydown="onKeydown"
>
<template #prefix>
<GeneralIcon icon="search" class="mr-1 h-4 w-4 text-gray-500 group-hover:text-black" />