We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc2e00 commit 8dc38e5Copy full SHA for 8dc38e5
src/features/users/components/data-table-toolbar.tsx
@@ -19,7 +19,7 @@ export function DataTableToolbar<TData>({
19
<div className='flex items-center justify-between'>
20
<div className='flex flex-1 flex-col-reverse items-start gap-y-2 sm:flex-row sm:items-center sm:space-x-2'>
21
<Input
22
- placeholder='Filter tasks...'
+ placeholder='Filter users...'
23
value={
24
(table.getColumn('username')?.getFilterValue() as string) ?? ''
25
}
0 commit comments