change(ui) - tenant key restrict to admin
This commit is contained in:
parent
f18ce18636
commit
3dddf4526d
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ export default class ProfileSettings extends React.PureComponent {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{isEnterprise && (
|
||||
{isEnterprise && (account.admin || account.superAdmin) && (
|
||||
<>
|
||||
<div className="border-b my-10" />
|
||||
<div className="flex items-center">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue