Merge remote-tracking branch 'upstream/main' into minor-themed-component-fixes_contribute-main

# Conflicts:
#	src/app/item-page/media-viewer/media-viewer.component.html
#	src/themes/custom/app/shared/comcol-page-handle/comcol-page-handle.component.ts
This commit is contained in:
Alexandre Vryghem
2024-04-30 21:54:42 +02:00
712 changed files with 5542 additions and 1616 deletions

View File

@@ -35,7 +35,7 @@ import parseSectionErrors from '../../utils/parseSectionErrors';
* This component represents the drop zone that provides to add files to the submission.
*/
@Component({
selector: 'ds-submission-upload-files',
selector: 'ds-base-submission-upload-files',
templateUrl: './submission-upload-files.component.html',
imports: [
UploaderComponent,