Skip to content

Commit

Permalink
reverting #4507
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwalker committed Sep 6, 2024
1 parent 282242e commit 9ea7dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Client/Modules/Controls/PermissionGrid.razor
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit 9ea7dc8

Please sign in to comment.