removed debugger
This commit is contained in:
parent
ae33594691
commit
6b06c888e5
@ -69,10 +69,8 @@ const WorkItem = ({ workItem, forBuilding, forFloor, forWorkArea }) => {
|
||||
setLoadingDelete(true);
|
||||
try
|
||||
{
|
||||
|
||||
const updatedProject = { ...projects_Details };
|
||||
const response = await ProjectRepository.deleteProjectTask( workItem.workItemId );
|
||||
debugger
|
||||
const response = await ProjectRepository.deleteProjectTask( workItem.workItemId || workItem.id);
|
||||
const newProject = {
|
||||
...updatedProject,
|
||||
buildings: updatedProject.buildings.map((building) =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user