1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-18629] Hide reorder icon when displaying only one custom field (#16460)

This commit is contained in:
Nik Gilmore
2025-09-29 09:52:37 -07:00
committed by GitHub
parent f9056b2711
commit 645478af52

View File

@@ -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"
></button>
</div>