From aaf534467e2175b99dceb9dba1fff03ce1361d22 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 19 Sep 2025 14:19: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! (cherry picked from commit 3a9eb87914fb922ee091666f9b2dadc5d4e1e573) --- .../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 93bff0f8e0..ae57977310 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 @@ -45,7 +45,7 @@ [ngClass]="{'btn-danger': dangerConfirm, 'btn-primary': !dangerConfirm}" [dsBtnDisabled]="selectedIds?.length === 0" (click)="confirmSelected()"> - {{confirmButton | translate}} + {{confirmButton | translate}}