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