Skip to content

Commit

Permalink
Merge pull request #4507 from leigh-pointer/Permissions-4503
Browse files Browse the repository at this point in the history
Fix for #4503 Module Custom Permissions not being shown
  • Loading branch information
sbwalker authored Aug 10, 2024
2 parents 3054d33 + a037d91 commit d1b94ec
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 OnInitializedAsync()
protected override async Task OnParametersSetAsync()
{
if (!string.IsNullOrEmpty(Permissions))
{
Expand Down

0 comments on commit d1b94ec

Please sign in to comment.