Fixed some SonarQube issues.

This commit is contained in:
Yogesh Mahajan
2022-08-30 14:21:33 +05:30
committed by Akshay Joshi
parent af1e9210b9
commit 71a4b20d90
10 changed files with 94 additions and 133 deletions

View File

@@ -115,8 +115,8 @@ export function getUtilityView(schema, treeNodeInfo, actionType, formType, conta
console.error('error req', err.request);
} else if(err.message){
console.error('error msg', err.message);
}reject(err);
}
reject(err);
});
}