bug fixes

This commit is contained in:
Hari Krishna
2024-06-27 05:22:49 +00:00
committed by satti-hari-krishna-reddy
parent d4ce234fa9
commit 78b6d9e067
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const DetectionDashBoard = (props) => {
}, [folderDisabled]);
useEffect(() => {
if (ruleInfo.length > 0) {
if (ruleInfo?.length > 0) {
openEditBar(ruleInfo[0]);
}
}, [ruleInfo]);