mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fix issue where the themed submission page would crash because the component couldn't be found
This commit is contained in:
@@ -12,7 +12,7 @@ import { SubmissionSubmitComponent } from './submission-submit.component';
|
|||||||
})
|
})
|
||||||
export class ThemedSubmissionSubmitComponent extends ThemedComponent<SubmissionSubmitComponent> {
|
export class ThemedSubmissionSubmitComponent extends ThemedComponent<SubmissionSubmitComponent> {
|
||||||
protected getComponentName(): string {
|
protected getComponentName(): string {
|
||||||
return 'SubmissionImportExternalComponent';
|
return 'SubmissionSubmitComponent';
|
||||||
}
|
}
|
||||||
|
|
||||||
protected importThemedComponent(themeName: string): Promise<any> {
|
protected importThemedComponent(themeName: string): Promise<any> {
|
||||||
|
Reference in New Issue
Block a user