Skip to content

Commit 8baf94b

Browse files
frontend: hide GetQuotas in sidebar until endpoint data loads
Add GetQuotas to the early-return false switch in isSupported() so it doesn't flash in the sidebar during MFE init when endpointCompatibility is still null. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 39dcc01 commit 8baf94b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/state/supported-features.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export function isSupported(f: FeatureEntry): boolean {
9191
case Feature.SchemaRegistryACLApi.endpoint:
9292
case Feature.ShadowLinkService.endpoint:
9393
case Feature.TracingService.endpoint:
94+
case Feature.GetQuotas.endpoint:
9495
return false;
9596
default:
9697
return true;

0 commit comments

Comments
 (0)