This commit is contained in:
sbwalker 2024-09-06 11:57:15 -04:00
parent 282242efd2
commit 9ea7dc8b3c

View File

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