bug fixes
This commit is contained in:
committed by
satti-hari-krishna-reddy
parent
d4ce234fa9
commit
78b6d9e067
@@ -46,7 +46,7 @@ const DetectionDashBoard = (props) => {
|
||||
}, [folderDisabled]);
|
||||
|
||||
useEffect(() => {
|
||||
if (ruleInfo.length > 0) {
|
||||
if (ruleInfo?.length > 0) {
|
||||
openEditBar(ruleInfo[0]);
|
||||
}
|
||||
}, [ruleInfo]);
|
||||
|
||||
Reference in New Issue
Block a user