We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07cb6d commit 8e58f12Copy full SHA for 8e58f12
src/components/dataTable/dataTableSearchField.tsx
@@ -36,7 +36,6 @@ const DataTableSearchField = <TData, >({
36
}
37
38
const onInputHandle = (e: any) => {
39
- console.log(field.value)
40
if (field.type == 'number') {
41
const onlyNumber = ['seatingCount', 'referenceNumber']
42
if (onlyNumber.includes(field.value)) {
0 commit comments