diff --git a/libs/vault/src/cipher-form/components/custom-fields/custom-fields.component.html b/libs/vault/src/cipher-form/components/custom-fields/custom-fields.component.html index 4e3d9fb17d6..c5c1b752aef 100644 --- a/libs/vault/src/cipher-form/components/custom-fields/custom-fields.component.html +++ b/libs/vault/src/cipher-form/components/custom-fields/custom-fields.component.html @@ -107,7 +107,7 @@ (keydown)="handleKeyDown($event, field.value.name, i)" data-testid="reorder-toggle-button" [disabled]="parentFormDisabled" - *ngIf="canEdit(field.value.type)" + *ngIf="canEdit(field.value.type) && fields.controls.length > 1" >