diff --git a/desktop/src/features/workflows/ui/AuthorGridPicker.tsx b/desktop/src/features/workflows/ui/AuthorGridPicker.tsx index 2ccbcbf91..b4af177a4 100644 --- a/desktop/src/features/workflows/ui/AuthorGridPicker.tsx +++ b/desktop/src/features/workflows/ui/AuthorGridPicker.tsx @@ -12,6 +12,7 @@ import type { UserProfileSummary, UserSearchResult } from "@/shared/api/types"; import { cn } from "@/shared/lib/cn"; import { parsePubkeyInput } from "@/shared/lib/nostrUtils"; import { truncatePubkey } from "@/shared/lib/pubkey"; +import { Input } from "@/shared/ui/input"; import { PortalledScrollArea } from "@/shared/ui/PortalledScrollArea"; const AUTHOR_PAGE_SIZE = 50; @@ -193,17 +194,23 @@ export function AuthorGridPicker({ return (