Skip to content

Commit 6e6f152

Browse files
sherif-olaboyershrirohit
authored andcommitted
TD-5028 Supervise - Remove staff member doesn't remove the supervisor (For Supervisor when added via 'Add myself to try self-assessment')
1 parent b0f7863 commit 6e6f152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/ViewModels/Supervisor/SupervisorDelegateViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ public SupervisorDelegateViewModel() { }
4747
[DefaultValue(false)]
4848
public bool ConfirmedRemove { get; set; }
4949
public int SelfAssessmentCategory { get; set; }
50-
public IEnumerable<SelectListItem> SelfAssessmentCategories { get; set; }
50+
public IEnumerable<SelectListItem>? SelfAssessmentCategories { get; set; }
5151
}
5252
}

0 commit comments

Comments
 (0)