Skip to content

Commit f4092b3

Browse files
fixes error on null permission name
1 parent fe1b175 commit f4092b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/admin-app/admin-roles/roles/roles.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
>
5757
<mat-icon class="mdi-24px" fontIcon="mdi-information"> </mat-icon>
5858
</button>
59-
{{ permission.name }}
59+
{{ permission?.name }}
6060
</td>
6161
</ng-container>
6262

0 commit comments

Comments
 (0)