From d46b9efad7f8a00eeda9236c01386fa71c2ff4d7 Mon Sep 17 00:00:00 2001 From: AlpanaMajhi Date: Tue, 5 Dec 2023 15:21:10 +0530 Subject: [PATCH] api integrated for bulk update and removed message for delete vo --- src/common/TaskReopenDialog.jsx | 4 ++-- src/containers/Organization/OrgLevelTaskList.jsx | 4 ++-- src/containers/Organization/Project/TaskList.jsx | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/common/TaskReopenDialog.jsx b/src/common/TaskReopenDialog.jsx index 222228fe..1a8cfde5 100644 --- a/src/common/TaskReopenDialog.jsx +++ b/src/common/TaskReopenDialog.jsx @@ -39,8 +39,8 @@ const TaskReopenDialog = ({ {message} -
- If you continue, corresponding Voice-Over task would be deleted. + {/*
*/} + {/* If you continue, corresponding Voice-Over task would be deleted. */} {taskReopenResponse && ( { /> )} - {openDialogs.editTaskDialog && ( + {/* {openDialogs.editTaskDialog && ( handleDialogClose("editTaskDialog")} @@ -1037,7 +1037,7 @@ const OrgLevelTaskList = () => { isBulk={isBulk} projectId={currentTaskDetails?.project} /> - )} + )} */} {openDialogs.previewDialog && ( { const handleToolbarButtonClick = (key) => { switch (key) { case "bulkTaskUpdate": + setCurrentTaskDetails(currentSelectedTasks); handleDialogOpen("editTaskDialog"); setIsBulk(true); break;