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 {
|
||||
r#type: "text",
|
||||
name: "title",
|
||||
required: true,
|
||||
placeholder: "title"
|
||||
}
|
||||
button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user