Fix for #4503 Module Custom Permissions not being shown

This commit is contained in:
Leigh Pointer 2024-08-10 21:25:32 +02:00
parent 3054d33e62
commit a037d9167e

View File

@ -111,7 +111,7 @@
[Parameter]
public List<Permission> PermissionList { get; set; }
protected override async Task OnInitializedAsync()
protected override async Task OnParametersSetAsync()
{
if (!string.IsNullOrEmpty(Permissions))
{