refact: removed commented code
This commit is contained in:
parent
87fce3c636
commit
494701adf4
@ -12,16 +12,6 @@ class CreateTableForm extends Component {
|
||||
this.tableFileInput = React.createRef()
|
||||
}
|
||||
|
||||
// handleLabelChange = (e, value) => {
|
||||
// e.preventDefault()
|
||||
// this.setState({ label: value })
|
||||
// }
|
||||
|
||||
// handleFileChange = (e, value) => {
|
||||
// e.preventDefault()
|
||||
// this.setState({ file: value })
|
||||
// }
|
||||
|
||||
handleSubmit = async e => {
|
||||
e.preventDefault()
|
||||
const label = this.tableLabelInput.current.inputRef.current.value
|
||||
|
Loading…
x
Reference in New Issue
Block a user