114077: Made ProfilePageMetadataFormComponent themeable

This commit is contained in:
Alexandre Vryghem
2024-04-14 13:52:33 +02:00
parent 404ccd9b0e
commit f5f00ca24a
6 changed files with 49 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ import { ItemStatusComponent } from './app/item-page/edit-item-page/item-status/
import { EditBitstreamPageComponent } from './app/bitstream-page/edit-bitstream-page/edit-bitstream-page.component';
import { FormModule } from '../../app/shared/form/form.module';
import { RequestCopyModule } from 'src/app/request-copy/request-copy.module';
import { ProfilePageMetadataFormComponent } from './app/profile-page/profile-page-metadata-form/profile-page-metadata-form.component';
const DECLARATIONS = [
FileSectionComponent,
@@ -239,6 +240,7 @@ const DECLARATIONS = [
SubmissionSectionUploadFileComponent,
ItemStatusComponent,
EditBitstreamPageComponent,
ProfilePageMetadataFormComponent,
];
@NgModule({