diff --git a/dmp-frontend/src/app/ui/description/editor/description-editor.component.html b/dmp-frontend/src/app/ui/description/editor/description-editor.component.html index 536e744b6..c71d7e771 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-editor.component.html +++ b/dmp-frontend/src/app/ui/description/editor/description-editor.component.html @@ -32,17 +32,9 @@ expand_more - - - diff --git a/dmp-frontend/src/app/ui/description/editor/description-editor.component.ts b/dmp-frontend/src/app/ui/description/editor/description-editor.component.ts index 87fbf06f9..801dd955e 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-editor.component.ts +++ b/dmp-frontend/src/app/ui/description/editor/description-editor.component.ts @@ -42,6 +42,7 @@ import { TableOfContentsComponent } from './table-of-contents/table-of-contents. import { FormValidationErrorsDialogComponent } from '@common/forms/form-validation-errors-dialog/form-validation-errors-dialog.component'; import { ConfigurationService } from '@app/core/services/configuration/configuration.service'; import { LockTargetType } from '@app/core/common/enum/lock-target-type'; +import { FileTransformerService } from '@app/core/services/file-transformer/file-transformer.service'; @Component({ selector: 'app-description-editor-component', @@ -104,7 +105,8 @@ export class DescriptionEditorComponent extends BaseEditor