Skip to content

Commit 8e58f12

Browse files
committed
remove console log
1 parent e07cb6d commit 8e58f12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/dataTable/dataTableSearchField.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const DataTableSearchField = <TData, >({
3636
}
3737

3838
const onInputHandle = (e: any) => {
39-
console.log(field.value)
4039
if (field.type == 'number') {
4140
const onlyNumber = ['seatingCount', 'referenceNumber']
4241
if (onlyNumber.includes(field.value)) {

0 commit comments

Comments
 (0)