Skip to content

Commit 9aae740

Browse files
committed
fix(ui): hide urlPatternField for customizer
1 parent 88c50e1 commit 9aae740

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/lib/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export function shouldHidden(shellType: string | undefined) {
7979
shellType.startsWith("Agent") ||
8080
shellType.endsWith("Interceptor") ||
8181
shellType.endsWith("Handler") ||
82-
shellType.endsWith("WebFilter")
82+
shellType.endsWith("WebFilter") ||
83+
shellType === "Customizer"
8384
);
8485
}

0 commit comments

Comments
 (0)