mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
fix uuid for platforms accordion item (#15396)
for https://github.com/fleetdm/fleet/issues/15395
This commit is contained in:
parent
4ece43b143
commit
e413da22da
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const PlatformsAccordion = ({
|
|||
onSelectAccordionItem(selected[0] as OSUpdatesSupportedPlatform)
|
||||
}
|
||||
>
|
||||
<AccordionItem uuid="mac">
|
||||
<AccordionItem uuid="darwin">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton className={`${baseClass}__accordion-button`}>
|
||||
<span>macOS</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue