Fixed issues related to porting of properties collection and dashboard.

refs #7132
This commit is contained in:
Pradip Parkale
2022-04-04 17:42:42 +05:30
committed by Akshay Joshi
parent c4d61f5a55
commit b397ba7787
16 changed files with 178 additions and 93 deletions

View File

@@ -142,6 +142,7 @@ export default function Dependencies({ nodeData, item, node, ...props }) {
}
if (message != '') {
setMsg(message);
setLoaderText('');
}
return () => {
setTableData([]);