Skip to content

Commit 8dc38e5

Browse files
authored
fix: toolbar filter placeholder typo in user table (#76)
1 parent 0cc2e00 commit 8dc38e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/users/components/data-table-toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function DataTableToolbar<TData>({
1919
<div className='flex items-center justify-between'>
2020
<div className='flex flex-1 flex-col-reverse items-start gap-y-2 sm:flex-row sm:items-center sm:space-x-2'>
2121
<Input
22-
placeholder='Filter tasks...'
22+
placeholder='Filter users...'
2323
value={
2424
(table.getColumn('username')?.getFilterValue() as string) ?? ''
2525
}

0 commit comments

Comments
 (0)