Skip to content
Snippets Groups Projects
Commit aeba5d68 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

55946: Destroy on hide to prevent pagination issues

parent 6e7024e3
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<p [innerHTML]="'collection.item-mapper.collection' | translate:{ name: (collectionRD$ | async)?.payload?.name }" id="collection-name"></p>
<p>{{'collection.item-mapper.description' | translate}}</p>
<ngb-tabset (tabChange)="tabChange($event)" [destroyOnHide]="false">
<ngb-tabset (tabChange)="tabChange($event)" [destroyOnHide]="true">
<ngb-tab title="{{'collection.item-mapper.tabs.browse' | translate}}">
<ng-template ngbTabContent>
<div class="mt-2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment