Fixed accessibility issues about header ordering

(cherry picked from commit 5566c99625)
This commit is contained in:
Alexandre Vryghem
2023-12-03 17:43:16 +01:00
committed by github-actions[bot]
parent 3300f72621
commit 7ec57988b8
58 changed files with 116 additions and 105 deletions

View File

@@ -23,6 +23,7 @@ import { PageInfo } from '../../core/shared/page-info.model';
import { hasValue, isNotEmpty } from '../../shared/empty.util';
import { getFinishedRemoteData } from '../../core/shared/operators';
import { NONE_ENTITY_TYPE } from '../../core/shared/item-relationships/item-type.resource-type';
import { AlertType } from 'src/app/shared/alert/alert-type';
/**
* This component allows to submit a new workspaceitem importing the data from an external source.
@@ -92,6 +93,8 @@ export class SubmissionImportExternalComponent implements OnInit, OnDestroy {
private retrieveExternalSourcesSub: Subscription;
public readonly AlertType = AlertType;
/**
* Initialize the component variables.
* @param {SearchConfigurationService} searchConfigService