mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
added monaco editor to assignment page
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
<div style="height: 100vh;" class="m-0 p-1">
|
||||
@if (loading)
|
||||
{
|
||||
<Spinner />
|
||||
@@ -65,4 +65,5 @@
|
||||
@if (planner.LocalCourse != null && assignmentContext.Assignment != null)
|
||||
{
|
||||
<AssignmentForm />
|
||||
}
|
||||
}
|
||||
</div>
|
||||
Reference in New Issue
Block a user