Skip to content

Commit 3aec187

Browse files
committed
fix: SpringWebMVC Agent generate button not work
1 parent b62a924 commit 3aec187

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/types/schema.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ interface ValidationResult {
3434
}
3535

3636
const urlPatternIsNeeded = (shellType: string) => {
37+
if (shellType.startsWith("Agent")) {
38+
return false;
39+
}
3740
return (
3841
shellType.endsWith("Servlet") ||
3942
shellType.endsWith("ControllerHandler") ||

0 commit comments

Comments
 (0)