Removed unused code in FileInput component
• Removed: - unused code in FileInput component
This commit is contained in:
parent
0fdf762815
commit
ddad2121b0
|
@ -1,10 +1,8 @@
|
||||||
import classNames from 'classnames/bind'
|
|
||||||
import Image from './image'
|
import Image from './image'
|
||||||
import Text from './text'
|
import Text from './text'
|
||||||
|
|
||||||
const cx = classNames.bind(_s)
|
|
||||||
|
|
||||||
export default class FileInput extends PureComponent {
|
export default class FileInput extends PureComponent {
|
||||||
|
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
onChange: PropTypes.func,
|
onChange: PropTypes.func,
|
||||||
file: PropTypes.any,
|
file: PropTypes.any,
|
||||||
|
@ -84,4 +82,5 @@ export default class FileInput extends PureComponent {
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue