Added assign popup dropdown, fixed the right api for my task page
This commit was merged in pull request #636.
This commit is contained in:
@@ -254,10 +254,17 @@ const SuggestTask = ({ details, onClose, situation, continuePopupData }) => {
|
||||
>
|
||||
{pathname === "/acc-family/activities" ? (
|
||||
<>
|
||||
{" "}
|
||||
<>
|
||||
Continue <Icons name="chevron-right" />
|
||||
</>
|
||||
{submitTask.loading ? (
|
||||
"Sending..."
|
||||
) : submitTask.state === "success" ? (
|
||||
"Completed"
|
||||
) : submitTask.state === "bad" ? (
|
||||
"An Error Occurred"
|
||||
) : (
|
||||
<>
|
||||
Continue <Icons name="chevron-right" />
|
||||
</>
|
||||
)}
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user