Remove duplicate binding
This commit is contained in:
parent
78ae6f2fd1
commit
5b42ca862e
1 changed files with 0 additions and 9 deletions
|
|
@ -476,15 +476,6 @@ const EditPartyModal = ({
|
|||
/>
|
||||
)
|
||||
|
||||
const editorField = (
|
||||
<Editor
|
||||
bound={true}
|
||||
content={description}
|
||||
editable={true}
|
||||
onUpdate={handleEditorUpdate}
|
||||
/>
|
||||
)
|
||||
|
||||
const chargeAttackField = (
|
||||
<SwitchTableField
|
||||
name="charge_attack"
|
||||
|
|
|
|||
Loading…
Reference in a new issue