From fe0ca83af17ff06c88fe450557ac86c60420f47f Mon Sep 17 00:00:00 2001 From: Nishit Suwal <81785002+NSUWAL123@users.noreply.github.com> Date: Thu, 23 Nov 2023 19:14:18 +0545 Subject: [PATCH] fix (createNewProject): splitTasks - PROCEED btn removed from the popup, text replaced (#1004) --- .../src/components/createnewproject/SplitTasks.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/frontend/src/components/createnewproject/SplitTasks.tsx b/src/frontend/src/components/createnewproject/SplitTasks.tsx index 380a90fb42..f04d9f1f12 100644 --- a/src/frontend/src/components/createnewproject/SplitTasks.tsx +++ b/src/frontend/src/components/createnewproject/SplitTasks.tsx @@ -264,17 +264,9 @@ const SplitTasks = ({ flag, geojsonFile, setGeojsonFile, customLineUpload, custo

- 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.

-
- {/* */} - -
} open={toggleStatus}