mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
live submission type and rubric editing done
This commit is contained in:
@@ -14,11 +14,12 @@ public class AssignmentEditorContext
|
||||
private LocalAssignment? _assignment;
|
||||
public LocalAssignment? Assignment
|
||||
{
|
||||
get { return _assignment; }
|
||||
get =>_assignment;
|
||||
set
|
||||
{
|
||||
_assignment = value;
|
||||
StateHasChanged?.Invoke();
|
||||
Console.WriteLine("new assignment");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user