diff --git a/eda-frontend/src/components/LTI/LTI.js b/eda-frontend/src/components/LTI/LTI.js index 5f8f585e..776479f9 100644 --- a/eda-frontend/src/components/LTI/LTI.js +++ b/eda-frontend/src/components/LTI/LTI.js @@ -251,10 +251,11 @@ export default function LTIConfig () { configURL: '', configExists: false, consumerError: '', - score: '', + score: null, initialSchematic: '', modelSchematic: modelSchematic, testCase: null, + scored: true, id: '' }) setHistoryId('') @@ -386,7 +387,7 @@ export default function LTIConfig () { {ltiDetails.consumerError &&