removed assignment id from drag and drop

This commit is contained in:
2023-10-24 14:42:23 -06:00
parent 97bbd3b2ed
commit 3086775cdf
2 changed files with 4 additions and 7 deletions

View File

@@ -21,7 +21,6 @@
System.Console.WriteLine("new assignment");
var newAssignment = new LocalAssignment
{
Id = Guid.NewGuid().ToString(),
Name = Name,
Description = "",
LockAtDueDate = true,