...
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@using Hushian.Application.Dtos
|
||||
@using Common.Dtos.Group
|
||||
@using HushianWebApp.Service
|
||||
@inject GroupService groupService;
|
||||
<div class="row" style="height: fit-content; padding: 1rem;">
|
||||
@@ -28,7 +28,7 @@
|
||||
</div>
|
||||
|
||||
@code {
|
||||
[Parameter] public GroupDto model { get; set; }
|
||||
[Parameter] public Update_GroupDto model { get; set; }
|
||||
[Parameter] public EventCallback OnMultipleOfThree { get; set; }
|
||||
public bool loading { get; set; } = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user