diff --git a/web/src/lib/utils.ts b/web/src/lib/utils.ts index 923f8965..41b91379 100644 --- a/web/src/lib/utils.ts +++ b/web/src/lib/utils.ts @@ -79,6 +79,7 @@ export function shouldHidden(shellType: string | undefined) { shellType.startsWith("Agent") || shellType.endsWith("Interceptor") || shellType.endsWith("Handler") || - shellType.endsWith("WebFilter") + shellType.endsWith("WebFilter") || + shellType === "Customizer" ); }