mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-02 03:38:22 +00:00
feat(devices): add proper filter handling and update shadcn 🔨
This commit is contained in:
@ -34,7 +34,7 @@ export default function Search({ disabled }: { disabled?: boolean }) {
|
||||
ref={inputRef}
|
||||
placeholder="Search..."
|
||||
type="search"
|
||||
className={cn("w-fit", isPending && "animate-pulse")}
|
||||
className={cn("sm:w-fit", isPending && "animate-pulse")}
|
||||
name="search"
|
||||
id="search"
|
||||
defaultValue={searchQuery ? searchQuery : ""}
|
||||
|
Reference in New Issue
Block a user