mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
fixed templates overriding valid descriptions
This commit is contained in:
@@ -17,6 +17,7 @@ public class AssignmentEditorContext
|
||||
get => _assignment;
|
||||
set
|
||||
{
|
||||
Console.WriteLine("saving");
|
||||
_assignment = value;
|
||||
StateHasChanged?.Invoke();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user