Merge pull request #4507 from leigh-pointer/Permissions-4503

Fix for #4503 Module Custom Permissions not being shown
This commit is contained in:
Shaun Walker 2024-08-10 17:54:51 -04:00 committed by GitHub
commit d1b94ec203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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))
{