Skip to content

Commit

Permalink
temp: remove forcing default value for grading strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Apr 2, 2024
1 parent 1c5cec8 commit 2a71705
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ export class EditPeerAssessmentView {
if (strategy !== undefined) {
self.val(strategy);
}
if (self.val() === undefined || self.val() === '') {
self.val('median');
return 'median';
}
return self.val();
}

Expand Down

0 comments on commit 2a71705

Please sign in to comment.