ID {this.state.record.id} / UUID {this.state.record.uuid}
)}
{
if (!r) {
return
}
// Save the form's reference so that when this component
// is used as a modal, the invoker of the model can submit
// it via submitForm()
this.setState({ formRef: r })
}}
/>