Added sorting for the search component and called the suggest task api #243

Merged
ameye merged 1 commits from resources-page into master 2023-07-04 12:25:36 +00:00
+1 -1
View File
@@ -158,7 +158,7 @@ const SuggestTask = ({ details, onClose, situation }) => {
: submitTask.state == "success"
? "Task Submitted"
: submitTask.state == "bad"
? "Error occurred"
? "An Error Occurred"
: "Send to Parents"}
</button>
{/* )} */}