<Modal
okButtonProps={{form:'category-editor-form', key: 'submit', htmlType: 'submit'}}
onCancel={() => {
dispatch({
type: 'categoryEditor/closeEditor'
})
}}>
<Form id='category-editor-form' layout="vertical" onFinish={onFinish}>
</Form>