diff --git a/src-ui/src/app/components/document-detail/document-detail.component.html b/src-ui/src/app/components/document-detail/document-detail.component.html
index f875ceeac..00fff9f2b 100644
--- a/src-ui/src/app/components/document-detail/document-detail.component.html
+++ b/src-ui/src/app/components/document-detail/document-detail.component.html
@@ -115,7 +115,10 @@
[disabled]="!userCanEdit || suggestionsLoading"
[loading]="suggestionsLoading"
[suggestions]="suggestions"
- (getSuggestions)="getSuggestions()">
+ (getSuggestions)="getSuggestions()"
+ (addTag)="tagsInput.createTag($event)"
+ (addDocumentType)="createDocumentType($event)"
+ (addCorrespondent)="createCorrespondent($event)">
@@ -149,7 +152,7 @@
(createNew)="createDocumentType($event)" [hideAddButton]="createDisabled(DataType.DocumentType)" [suggestions]="suggestions?.document_types" *pngxIfPermissions="{ action: PermissionAction.View, type: PermissionType.DocumentType }">