Remove duplicate binding

This commit is contained in:
Justin Edmund 2023-07-06 03:08:12 -07:00
parent 78ae6f2fd1
commit 5b42ca862e

View file

@ -476,15 +476,6 @@ const EditPartyModal = ({
/>
)
const editorField = (
<Editor
bound={true}
content={description}
editable={true}
onUpdate={handleEditorUpdate}
/>
)
const chargeAttackField = (
<SwitchTableField
name="charge_attack"