We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c50e1 commit 9aae740Copy full SHA for 9aae740
web/src/lib/utils.ts
@@ -79,6 +79,7 @@ export function shouldHidden(shellType: string | undefined) {
79
shellType.startsWith("Agent") ||
80
shellType.endsWith("Interceptor") ||
81
shellType.endsWith("Handler") ||
82
- shellType.endsWith("WebFilter")
+ shellType.endsWith("WebFilter") ||
83
+ shellType === "Customizer"
84
);
85
}
0 commit comments