diff --git a/frontend/react-app/src/FakeData/fakeTaskData.json b/frontend/react-app/src/FakeData/fakeTaskData.json index ae6e3623..38a91415 100644 --- a/frontend/react-app/src/FakeData/fakeTaskData.json +++ b/frontend/react-app/src/FakeData/fakeTaskData.json @@ -22,7 +22,7 @@ "dueDate": "2/28/2025", "dateCompteted": "3/10/2025", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" }, { @@ -48,7 +48,7 @@ "dueDate": "2/28/2025", "dateCompteted": "", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" }, { @@ -67,7 +67,7 @@ "priority": "High", "dueDate": "3/4/2002", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" }, { @@ -87,7 +87,7 @@ "dueDate": "3/9/2025", "dateCompteted": "", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" }, { "id": "4", @@ -106,7 +106,7 @@ "dueDate": "3/9/2025", "dateCompteted": "3/9/2025", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" } ] \ No newline at end of file diff --git a/frontend/react-app/src/components/CreateTaskForm.jsx b/frontend/react-app/src/components/CreateTaskForm.jsx index 5b8ddafb..e18bb165 100644 --- a/frontend/react-app/src/components/CreateTaskForm.jsx +++ b/frontend/react-app/src/components/CreateTaskForm.jsx @@ -153,7 +153,7 @@ function CreateTaskForm({userId}){ )}