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 123e075 commit 00b63b0Copy full SHA for 00b63b0
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