mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Pass device user to use correct device user API (#28782)
This commit is contained in:
parent
92d4a3171e
commit
03a2198bf6
1 changed files with 4 additions and 1 deletions
|
|
@ -175,7 +175,10 @@ export const SoftwareInstallDetailsModal = ({
|
|||
>
|
||||
<>
|
||||
<div className={`${baseClass}__modal-content`}>
|
||||
<SoftwareInstallDetails {...details} />
|
||||
<SoftwareInstallDetails
|
||||
{...details}
|
||||
deviceAuthToken={deviceAuthToken}
|
||||
/>
|
||||
</div>
|
||||
<div className="modal-cta-wrap">
|
||||
<Button onClick={onCancel}>Done</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue