Skip to content

Commit

Permalink
fix pagination not working on exernal sources
Browse files Browse the repository at this point in the history
  • Loading branch information
floriangantner committed Dec 13, 2023
1 parent 4812f18 commit 329328c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export class SubmissionImportExternalComponent implements OnInit, OnDestroy {
ngOnInit(): void {
this.listId = 'list-submission-external-sources';
this.context = Context.EntitySearchModalWithNameVariants;
this.searchConfigService.setPaginationId(this.initialPagination.id);
this.repeatable = false;
this.routeData = {entity: '', sourceId: '', query: ''};
this.importConfig = {
Expand Down

0 comments on commit 329328c

Please sign in to comment.