Skip to content
Snippets Groups Projects
Commit 22a2317f authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

change task title

parent 5dc2dd05
No related branches found
No related tags found
No related merge requests found
Pipeline #67475 passed with stages
in 1 minute and 20 seconds
......@@ -82,7 +82,7 @@ function App() {
<form onSubmit={handleSubmit} className="task-form">
<input
type="text"
placeholder="Task title"
placeholder="Task titless"
value={newTask.title}
onChange={(e) => setNewTask({ ...newTask, title: e.target.value })}
required
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment