remove debug console log

This commit is contained in:
Wikzyy
2025-03-16 21:14:46 +07:00
parent baee875ac4
commit 34872ac21d
4 changed files with 8 additions and 8 deletions

View File

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