Skip to content

Commit

Permalink
fix ddlang restart feat
Browse files Browse the repository at this point in the history
  • Loading branch information
advu committed Dec 13, 2024
1 parent 1b2ad62 commit 0c5d1e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/util/redux/testReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,10 @@ export default (state = initialState, action) => {
}

case 'RESET_TESTS':
return initialState
return {
...initialState,
testDone: false,
}

case 'UPDATE_TEST_FEEDBACKS':
return {
Expand Down

0 comments on commit 0c5d1e0

Please sign in to comment.