Skip to content

Commit 66d201d

Browse files
committed
remove submit field from dev sample
1 parent 81073bc commit 66d201d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/schema.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ module.exports = {
459459
placeholder: "User's biography",
460460
rows: 4,
461461
validator: validators.string
462-
}, {
462+
}/*, {
463463
type: "submit",
464464
label: "",
465465
caption: "Submit form",
@@ -468,6 +468,6 @@ module.exports = {
468468
console.log("Form submitted!", model);
469469
alert("Form submitted!");
470470
}
471-
}
471+
}*/
472472
]
473473
}

0 commit comments

Comments
 (0)