From c60f80dcfe16021c97047100a3422bcc5f9326e0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 19 Sep 2025 16:47:57 +0300 Subject: [PATCH] src/app: use correct icon in item mapper When adding mappings in the item mapper we should use the save icon rather than the trash icon! --- .../collection-select/collection-select.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/object-select/collection-select/collection-select.component.html b/src/app/shared/object-select/collection-select/collection-select.component.html index 03491e7491..a2f2176986 100644 --- a/src/app/shared/object-select/collection-select/collection-select.component.html +++ b/src/app/shared/object-select/collection-select/collection-select.component.html @@ -36,7 +36,7 @@ [ngClass]="{'btn-danger': dangerConfirm, 'btn-primary': !dangerConfirm}" [dsBtnDisabled]="selectedIds?.length === 0" (click)="confirmSelected()"> - {{confirmButton | translate}} + {{confirmButton | translate}}