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;