mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
216743baf1
commit
182970d652
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ const NameToIdentifierMap: Record<string, string> = {
|
|||
"Microsoft Visual Studio Code": "visual-studio-code",
|
||||
WhatsApp: "whatsapp",
|
||||
Zoom: "zoom",
|
||||
"Zoom for IT Admins": "zoom-for-it-admins",
|
||||
};
|
||||
|
||||
const getFleetAppData = (name: string) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue