-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
2.0.1 CR1, SaaS
-
None
-
Policy form button currently says 'Submit'. A better button text would be 'Update Policy'.
https://github.com/mozilla-services/react-jsonschema-form#form-action-buttons
render((
<Form schema={schema}>
<div>
<button type="submit">Update Policy</button>
</div>
</Form>
), document.getElementById("app"));