Skip to content

Commit

Permalink
fix(admin): use renamed html tag for application dynamic list
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
HejdaJakub committed Oct 5, 2023
1 parent 993c5e5 commit 58ee258
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 class="page-subtitle">{{'MEMBER_DETAIL.APPLICATIONS.TITLE' | translate}}</h1
<perun-web-apps-loading-table></perun-web-apps-loading-table>
</ng-template>
<div class="position-relative">
<app-applications-dynamic-list
<perun-web-apps-applications-dynamic-list
*perunWebAppsLoader="loading$ | async; indicator: spinner"
(loading$)="loading$ = $event"
[tableId]="showAllDetails ? detailTableId : tableId"
Expand All @@ -26,5 +26,5 @@ <h1 class="page-subtitle">{{'MEMBER_DETAIL.APPLICATIONS.TITLE' | translate}}</h1
[states]=""
[dateFrom]="dateFrom"
[refreshTable]="refresh">
</app-applications-dynamic-list>
</perun-web-apps-applications-dynamic-list>
</div>

0 comments on commit 58ee258

Please sign in to comment.