From 182970d652cc9518ffcc268f7ada3e9866e12c25 Mon Sep 17 00:00:00 2001 From: Jahziel Villasana-Espinoza Date: Fri, 6 Dec 2024 17:14:07 -0500 Subject: [PATCH] fix: add new zoom app name to list (#24485) > Related issue: #24483 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Manual QA for all new/changed functionality --- .../FleetMaintainedAppDetailsPage/helpers.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareFleetMaintained/FleetMaintainedAppDetailsPage/helpers.tsx b/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareFleetMaintained/FleetMaintainedAppDetailsPage/helpers.tsx index 235c4419fb..3ccdf8df4c 100644 --- a/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareFleetMaintained/FleetMaintainedAppDetailsPage/helpers.tsx +++ b/frontend/pages/SoftwarePage/SoftwareAddPage/SoftwareFleetMaintained/FleetMaintainedAppDetailsPage/helpers.tsx @@ -21,6 +21,7 @@ const NameToIdentifierMap: Record = { "Microsoft Visual Studio Code": "visual-studio-code", WhatsApp: "whatsapp", Zoom: "zoom", + "Zoom for IT Admins": "zoom-for-it-admins", }; const getFleetAppData = (name: string) => {