From 15525b5df11c0632f76703105152199abfc65d92 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 19 Sep 2025 16:41:37 +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 c51ebf9723..c002358337 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}}