fix: backend projects not submitting (#38900)

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Tom
2020-05-26 08:48:57 -05:00
committed by Mrugesh Mohapatra
parent 911ba72106
commit db08ab2965
3 changed files with 4 additions and 18 deletions

View File

@@ -11,7 +11,6 @@ import { ofType } from 'redux-observable';
import { navigate } from 'gatsby';
import {
backendFormValuesSelector,
projectFormValuesSelector,
types,
challengeMetaSelector,
@@ -108,7 +107,7 @@ function submitBackendChallenge(type, state) {
const { username } = userSelector(state);
const {
solution: { value: solution }
} = backendFormValuesSelector(state);
} = projectFormValuesSelector(state);
const challengeInfo = { id, solution };
const update = {