mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Hide transfer for team maintainer (#2407)
This commit is contained in:
parent
4cd5d62708
commit
63269835d8
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ const ManageHostsPage = ({
|
|||
buttonText: "Transfer",
|
||||
variant: "text-icon",
|
||||
icon: "transfer",
|
||||
hideButton: !isPremiumTier,
|
||||
hideButton: !isPremiumTier || (!isGlobalAdmin && !isGlobalMaintainer),
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue