mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
fixed assignment rendering bug, removed canvas id from assignment
This commit is contained in:
@@ -42,7 +42,7 @@ public static class SubmissionType
|
||||
|
||||
public record LocalAssignment
|
||||
{
|
||||
public ulong? CanvasId { get; init; } = null;
|
||||
// public ulong? CanvasId { get; init; } = null;
|
||||
public string Name { get; init; } = "";
|
||||
public string Description { get; init; } = "";
|
||||
public bool LockAtDueDate { get; init; }
|
||||
|
||||
Reference in New Issue
Block a user