diff --git a/ui/components/shadcn/table/data-table-search.tsx b/ui/components/shadcn/table/data-table-search.tsx index fa85bdb2e1..9b30937986 100644 --- a/ui/components/shadcn/table/data-table-search.tsx +++ b/ui/components/shadcn/table/data-table-search.tsx @@ -44,7 +44,7 @@ export const DataTableSearch = ({ controlledValue, onSearchChange, onSearchCommit, - placeholder = "Search...", + placeholder = "Search... (press Enter)", badge, }: DataTableSearchProps) => { const searchParams = useSearchParams();