u
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using Microsoft.JSInterop;
|
||||
using MudBlazor;
|
||||
using FrontOffice.Main.Utilities;
|
||||
|
||||
namespace FrontOffice.Main.Pages.Profile.Components;
|
||||
public partial class OrganizationChartLevel
|
||||
@@ -10,6 +11,8 @@ public partial class OrganizationChartLevel
|
||||
|
||||
[CascadingParameter] private OrganizationChart? ParentChart { get; set; }
|
||||
|
||||
[Inject] private AuthDialogService AuthDialogService { get; set; } = default!;
|
||||
|
||||
private Size GetAvatarSize(int level)
|
||||
{
|
||||
return level switch
|
||||
|
||||
Reference in New Issue
Block a user