Commits
Alexandre Vryghem authored 4c4531fe1e2
17 17 | import { Process } from '../../process-page/processes/process.model'; |
18 18 | import { ProcessParameter } from '../../process-page/processes/process-parameter.model'; |
19 19 | import { isNotEmpty } from '../../shared/empty.util'; |
20 20 | import { NotificationsService } from '../../shared/notifications/notifications.service'; |
21 21 | import { FileDropzoneNoUploaderComponent } from '../../shared/upload/file-dropzone-no-uploader/file-dropzone-no-uploader.component'; |
22 22 | |
23 23 | @Component({ |
24 24 | selector: 'ds-base-metadata-import-page', |
25 25 | templateUrl: './metadata-import-page.component.html', |
26 26 | imports: [ |
27 - | TranslateModule, |
28 - | FormsModule, |
29 27 | FileDropzoneNoUploaderComponent, |
28 + | FormsModule, |
29 + | TranslateModule, |
30 30 | ], |
31 31 | standalone: true, |
32 32 | }) |
33 33 | |
34 34 | /** |
35 35 | * Component that represents a metadata import page for administrators |
36 36 | */ |
37 37 | export class MetadataImportPageComponent { |
38 38 | |
39 39 | /** |