diff --git a/packages/vulcan-forms/lib/components/Form.jsx b/packages/vulcan-forms/lib/components/Form.jsx index cb3b3ea95..bf1bf6a83 100644 --- a/packages/vulcan-forms/lib/components/Form.jsx +++ b/packages/vulcan-forms/lib/components/Form.jsx @@ -448,6 +448,7 @@ class Form extends Component { addToDeletedValues: this.addToDeletedValues, updateCurrentValues: this.updateCurrentValues, getDocument: this.getDocument, + getLabel: this.getLabel, initialDocument: this.state.initialDocument, setFormState: this.setFormState, addToSubmitForm: this.addToSubmitForm, @@ -888,6 +889,7 @@ Form.childContextTypes = { isChanged: PropTypes.func, initialDocument: PropTypes.object, getDocument: PropTypes.func, + getLabel: PropTypes.func, submitForm: PropTypes.func, errors: PropTypes.array, currentValues: PropTypes.object,