Bug fixes

This commit is contained in:
monilprajapati
2024-05-31 12:58:56 +05:30
parent 3600502f94
commit 73b5d1a30d
2 changed files with 9 additions and 10 deletions
+1 -2
View File
@@ -16953,7 +16953,6 @@ const AngularWorkflow = (defaultprops) => {
var defaultReturn = null
if (Object.getOwnPropertyNames(selectedComment).length > 0) {
defaultReturn = <CommentSidebar />
} else if (Object.getOwnPropertyNames(selectedTrigger).length > 0) {
@@ -17811,7 +17810,7 @@ const AngularWorkflow = (defaultprops) => {
console.log("IN useeffectt (2)" + collapsed)
return;
}
})
},[])
/*
componentWillUpdate = (nextProps, nextState) => {
console.log(nextProps, nextState)