mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
change showing turn off mdm from data from host/:id/mdm (#10129)
This commit is contained in:
parent
8c4d4b1763
commit
d849838c23
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ const HostDetailsPage = ({
|
|||
hostStatus={host.status}
|
||||
hostMdmEnrollemntStatus={host.mdm.enrollment_status}
|
||||
doesStoreEncryptionKey={host.mdm.encryption_key_available}
|
||||
mdmName={host.mdm.name}
|
||||
mdmName={mdm?.name}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue