From c6d6b9b1db2954615645ec431874e16c4c7c7225 Mon Sep 17 00:00:00 2001 From: kurilova Date: Thu, 1 Aug 2024 12:54:25 +0000 Subject: [PATCH 1/2] Adds risk to selected value --- .../download-zip-modal.component.html | 12 +++++++++--- .../download-zip-modal.component.scss | 12 ++++++++++++ .../download-zip-modal.component.ts | 13 +++++++------ 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html b/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html index 072ab9c19..2e9446cfa 100644 --- a/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html +++ b/modules/ui/src/app/components/download-zip-modal/download-zip-modal.component.html @@ -55,11 +55,17 @@ [(value)]="selectedProfile" aria-label="Please choose a Risk Profile from the list"> - {{ selectedProfile }} + {{ selectedProfile.name }} + + {{ selectedProfile.risk }} risk +