Skip to content

Commit

Permalink
Merge pull request #590 from openziti/589-auth-pol-name
Browse files Browse the repository at this point in the history
Clicking name column doesn't open auth policy edit form
  • Loading branch information
rgallettonf authored Jan 6, 2025
2 parents 2bd6f63 + 3e8dda0 commit 8c0b15f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class AuthPoliciesPageService extends ListPageServiceClass {
if (!result) {
return;
}
this.openEditForm(data?.data?.id);
this.openEditForm(data?.id);
});
}},
onCellClicked: (data) => {
Expand Down

0 comments on commit 8c0b15f

Please sign in to comment.