You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/libs/modules/components/form/src/main/java/com/bytechef/component/form/trigger/NewFormRequestTrigger.java
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -91,10 +91,6 @@ public class NewFormRequestTrigger {
91
91
.label("Form Description")
92
92
.description("A subtitle shown under the form title. Use \n or <br> for line breaks.")
93
93
.required(false),
94
-
// string(FORM_PATH)
95
-
// .label("Form Path")
96
-
// .description("Custom slug for the form URL path.")
97
-
// .required(false),
98
94
string(BUTTON_LABEL)
99
95
.label("Button Label")
100
96
.description("Label for the submit button.")
@@ -159,7 +155,8 @@ public class NewFormRequestTrigger {
0 commit comments