fix(client): give useful error in solutionform (#40225)

This commit is contained in:
Shaun Hamilton
2021-02-01 13:34:04 +00:00
committed by GitHub
parent 5539dbf086
commit ab83d698f9
11 changed files with 114 additions and 40 deletions

View File

@@ -328,7 +328,7 @@ export class CertificationSettings extends Component {
};
// legacy projects rendering
handleSubmitLegacy(formChalObj) {
handleSubmitLegacy({ values: formChalObj }) {
const {
isHonest,
createFlashMessage,