feat: make the project title input required
This commit is contained in:
parent
40b15235c9
commit
4f3d46646a
@ -19,6 +19,7 @@ pub(crate) fn ProjectForm() -> Element {
|
|||||||
input {
|
input {
|
||||||
r#type: "text",
|
r#type: "text",
|
||||||
name: "title",
|
name: "title",
|
||||||
|
required: true,
|
||||||
placeholder: "title"
|
placeholder: "title"
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user