mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
got debounced saving working. some of the assignment saving logic is real time
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
@using CanvasModel.EnrollmentTerms
|
||||
@using Management.Web.Shared.Module
|
||||
@using Management.Web.Shared.Semester
|
||||
@using Management.Web.Shared.Components.AssignmentForm
|
||||
|
||||
@inject CanvasService canvas
|
||||
@inject CoursePlanner planner
|
||||
@@ -55,4 +56,6 @@
|
||||
<div class="col-4 overflow-y-auto" style="max-height: 95vh;">
|
||||
<Modules />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<AssignmentForm />
|
||||
Reference in New Issue
Block a user