mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(client): give useful error in solutionform (#40225)
This commit is contained in:
@@ -328,7 +328,7 @@ export class CertificationSettings extends Component {
|
||||
};
|
||||
|
||||
// legacy projects rendering
|
||||
handleSubmitLegacy(formChalObj) {
|
||||
handleSubmitLegacy({ values: formChalObj }) {
|
||||
const {
|
||||
isHonest,
|
||||
createFlashMessage,
|
||||
|
||||
Reference in New Issue
Block a user