Cleaned the code

This commit is contained in:
gohil-jay
2021-11-14 14:31:47 +05:30
parent de7d079267
commit e79f1e91ae
3 changed files with 4 additions and 53 deletions
@@ -8,7 +8,6 @@ import 'codemirror/theme/gruvbox-dark.css';
const Textfield = (props) => {
const {fieldCount, setFieldCount} = props
// const {editorData} = props
const {changeActionParameterCodeMirror} = props
const {expansionModalOpen, setExpansionModalOpen} = props
const {codedata, setcodedata} = props
@@ -94,7 +93,6 @@ const Textfield = (props) => {
value = {localcodedata}
height="200px"
onChange={(value) => {
// setcodedata(value.getValue())
setlocalcodedata(value.getValue())
}}
options={{
@@ -107,7 +105,6 @@ const Textfield = (props) => {
<div
style={{
display: 'flex',
// justifyContent: 'left',
}}
>
<div>