mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
more component refactoring
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
@using Management.Web.Shared.Module.Assignment
|
||||
@using Management.Web.Course.Module.Assignment
|
||||
|
||||
@inject DragContainer dragContainer
|
||||
@inject NavigationManager Navigation
|
||||
@inject AssignmentEditorContext assignmentContext
|
||||
|
||||
@inject MyLogger<AssignmentInDay> logger
|
||||
|
||||
@inherits DroppableAssignment
|
||||
|
||||
@code {
|
||||
@@ -31,7 +32,7 @@
|
||||
dragContainer.DropCallback = null;
|
||||
}
|
||||
|
||||
private void OnClick()
|
||||
private void OnClick()
|
||||
{
|
||||
if(planner.LocalCourse != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user