Skip to content

Commit

Permalink
fix(Plugin): allow tabs to show up even if pass-through.enabled sys…
Browse files Browse the repository at this point in the history
…tem option is not set

Signed-off-by: Tristan Bastian <tristan.bastian@softwareag.com>
  • Loading branch information
reey committed Mar 21, 2024
1 parent 40b292c commit ca4960b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class CloudHttpProxyAvailabilityService {
hasRequiredRoles
? combineLatest([
this.ensureMicroserviceIsPresent(),
this.ensureTenantOptionEnabled(),
])
: of([false])
),
Expand Down

0 comments on commit ca4960b

Please sign in to comment.