fix: eslint error

pull/2682/head
Amour1688 2020-08-14 19:38:58 +08:00
parent 5a2c88ef7f
commit be7de76abd
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ import { ConfigConsumerProps } from '../config-provider';
import ClearableLabeledInput from './ClearableLabeledInput';
import syncWatch from '../_util/syncWatch';
function noop() {}
export function fixControlledValue(value) {
if (typeof value === 'undefined' || value === null) {
return '';