Skip to content

Commit

Permalink
fix: toolbar filter placeholder typo in user table (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic-R-R authored Jan 6, 2025
1 parent 0cc2e00 commit 8dc38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/users/components/data-table-toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function DataTableToolbar<TData>({
<div className='flex items-center justify-between'>
<div className='flex flex-1 flex-col-reverse items-start gap-y-2 sm:flex-row sm:items-center sm:space-x-2'>
<Input
placeholder='Filter tasks...'
placeholder='Filter users...'
value={
(table.getColumn('username')?.getFilterValue() as string) ?? ''
}
Expand Down

0 comments on commit 8dc38e5

Please sign in to comment.