From 645478af52484cb1c8a87a3fc8c78ff47a030746 Mon Sep 17 00:00:00 2001 From: Nik Gilmore Date: Mon, 29 Sep 2025 09:52:37 -0700 Subject: [PATCH] [PM-18629] Hide reorder icon when displaying only one custom field (#16460) --- .../components/custom-fields/custom-fields.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" >