Skip to content

Commit

Permalink
fix (createNewProject): splitTasks - PROCEED btn removed from the pop…
Browse files Browse the repository at this point in the history
…up, text replaced (#1004)
  • Loading branch information
NSUWAL123 authored Nov 23, 2023
1 parent 3385f14 commit fe0ca83
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/frontend/src/components/createnewproject/SplitTasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,17 +264,9 @@ const SplitTasks = ({ flag, geojsonFile, setGeojsonFile, customLineUpload, custo
<ProgressBar totalSteps={totalSteps} currentStep={generateProjectLog?.progress} />
</div>
<p className="fmtm-text-base">
You may click Proceed button whilst the process runs in the background. Click Cancel to terminate the
process.
Please stay on this page until the process is complete. Your changes might be lost if you cancel the
pop-up.
</p>
<div className="fmtm-flex fmtm-justify-center fmtm-gap-6 fmtm-pt-5 ">
{/* <Button btnText="CANCEL" btnType="secondary"></Button> */}
<Button
btnText="PROCEED"
onClick={() => navigate(`/project_details/${environment.encode(projectDetailsResponse?.id)}`)}
btnType="primary"
></Button>
</div>
</div>
}
open={toggleStatus}
Expand Down

0 comments on commit fe0ca83

Please sign in to comment.