Skip to content

Commit 67f22c7

Browse files
committed
fixed lint spaces
1 parent 8e58f12 commit 67f22c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/dataTable/dataTableSearchField.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ interface DataTableSearchFieldProps<TData>
1616
}
1717
}
1818

19-
const DataTableSearchField = <TData, >({
20-
field,
21-
table
22-
}: DataTableSearchFieldProps<TData>) => {
19+
const DataTableSearchField = <TData, >({ field, table }: DataTableSearchFieldProps<TData>) => {
2320
const schema = getValidationSchema(field.value)
2421
const handleInputChange = (event: React.ChangeEvent<HTMLInputElement>) => {
2522
const inputValue = event.target.value

0 commit comments

Comments
 (0)