feat: make the project title input required

This commit is contained in:
Matouš Volf 2024-08-22 22:05:47 +02:00
parent 40b15235c9
commit 4f3d46646a

View File

@ -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 {