fix search filter manage wallet

This commit is contained in:
Wikzyy
2025-04-07 17:10:17 +07:00
parent 74c6f1c5aa
commit c274809e56
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ const ListToolbar = () => {
<KeenIcon icon="magnifier" />
<input
type="text"
placeholder="Search Provider"
placeholder="Search Wallet"
value={(table.getColumn('name')?.getFilterValue() as string) ?? ''}
onChange={(event) => table.getColumn('name')?.setFilterValue(event.target.value)}
/>