We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf96b3e commit a91f419Copy full SHA for a91f419
src/components/ChallengeEditor/index.js
@@ -964,8 +964,8 @@ class ChallengeEditor extends Component {
964
const reviewer = this.state.draftChallenge.data.reviewer
965
const action = await partiallyUpdateChallengeDetails(challengeId, patchObject)
966
const draftChallenge = { data: action.challengeDetails }
967
- draftChallenge.copilot = copilot
968
- draftChallenge.reviewer = reviewer
+ draftChallenge.data.copilot = copilot
+ draftChallenge.data.reviewer = reviewer
969
const { challenge: oldChallenge } = this.state
970
const newChallenge = { ...oldChallenge }
971
0 commit comments