change(ui) - Tenant Key checking for ee edition
This commit is contained in:
parent
d8dcfe4b5e
commit
b1ce794c06
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export default class ProfileSettings extends React.PureComponent {
|
|||
|
||||
<div className="border-b my-10" />
|
||||
|
||||
{ !isEnterprise && (
|
||||
{ isEnterprise && (
|
||||
<div className="flex items-center">
|
||||
<div className={ styles.left }>
|
||||
<h4 className="text-lg mb-4">{ 'Tenant Key' }</h4>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue