Skip to content

Commit be7de76

Browse files
committed
fix: eslint error
1 parent 5a2c88e commit be7de76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/input/Input.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { ConfigConsumerProps } from '../config-provider';
77
import ClearableLabeledInput from './ClearableLabeledInput';
88
import syncWatch from '../_util/syncWatch';
99

10-
function noop() {}
11-
1210
export function fixControlledValue(value) {
1311
if (typeof value === 'undefined' || value === null) {
1412
return '';

0 commit comments

Comments
 (0)