From 494701adf4a8ef5ec8ac071438ce464699d6204c Mon Sep 17 00:00:00 2001 From: ysandler Date: Thu, 30 Jul 2020 22:03:01 -0500 Subject: [PATCH] refact: removed commented code --- src/views/CreateTable/CreateTableForm.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/views/CreateTable/CreateTableForm.js b/src/views/CreateTable/CreateTableForm.js index fac0c28..9a58cc5 100644 --- a/src/views/CreateTable/CreateTableForm.js +++ b/src/views/CreateTable/CreateTableForm.js @@ -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