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) => {