Member Library Platform 0.9.1
Fixes the staged migration import stopping with "applyForm.submit is not a function" after files were prepared: the Import, Export, and Rollback buttons no longer use name="submit", which shadowed the form's submit method, and the page submits through HTMLFormElement.prototype.submit. A contract assertion now renders the page and rejects any control named "submit".