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 a8e14c51d..fc35bdb43 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 @@ -75,7 +75,7 @@ @@ -127,7 +127,7 @@ @case (CustomFieldDataType.String) { @@ -135,7 +135,7 @@ @case (CustomFieldDataType.Date) { @@ -143,7 +143,7 @@ @case (CustomFieldDataType.Integer) { @@ -171,14 +171,14 @@ @case (CustomFieldDataType.Boolean) { } @case (CustomFieldDataType.Url) { @@ -187,7 +187,7 @@ @@ -199,7 +199,7 @@ bindLabel="label" [allowNull]="true" [horizontal]="true" - [removable]="userIsOwner && userCanEdit" + [removable]="userCanEdit" (removed)="removeField(fieldInstance)" [error]="getCustomFieldError(i)"> }