Added sorting for the search component and called the suggest task api #243
@@ -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>
|
||||
{/* )} */}
|
||||
|
||||
Reference in New Issue
Block a user