Remove authorization tab when disabled (#2181)
This commit is contained in:
parent
b7ea8629a2
commit
5dc2450b01
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ export default function ClientDetails() {
|
|||
</RoutableTabs>
|
||||
</Tab>
|
||||
)}
|
||||
{client!.serviceAccountsEnabled && (
|
||||
{client!.authorizationServicesEnabled && (
|
||||
<Tab
|
||||
id="authorization"
|
||||
data-testid="authorizationTab"
|
||||
|
|
Loading…
Reference in a new issue