Skip to content

Commit 58ee258

Browse files
committed
fix(admin): use renamed html tag for application dynamic list
* Due to recent move of this component from admin-gui folder to the lib folder was changed the prefix of the component, but it was not changed on member-applications page. (cherry picked from commit 1d1a359)
1 parent 993c5e5 commit 58ee258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/admin-gui/src/app/vos/pages/member-detail-page/member-applications/member-applications.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="page-subtitle">{{'MEMBER_DETAIL.APPLICATIONS.TITLE' | translate}}</h1
1616
<perun-web-apps-loading-table></perun-web-apps-loading-table>
1717
</ng-template>
1818
<div class="position-relative">
19-
<app-applications-dynamic-list
19+
<perun-web-apps-applications-dynamic-list
2020
*perunWebAppsLoader="loading$ | async; indicator: spinner"
2121
(loading$)="loading$ = $event"
2222
[tableId]="showAllDetails ? detailTableId : tableId"
@@ -26,5 +26,5 @@ <h1 class="page-subtitle">{{'MEMBER_DETAIL.APPLICATIONS.TITLE' | translate}}</h1
2626
[states]=""
2727
[dateFrom]="dateFrom"
2828
[refreshTable]="refresh">
29-
</app-applications-dynamic-list>
29+
</perun-web-apps-applications-dynamic-list>
3030
</div>

0 commit comments

Comments
 (0)