made the file disabling logic in orborus easy

This commit is contained in:
Hari Krishna
2024-06-14 04:45:20 +00:00
committed by satti-hari-krishna-reddy
parent f8c786b9ec
commit f081e907b3
2 changed files with 20 additions and 43 deletions
+3 -3
View File
@@ -416,9 +416,9 @@ const App = (message, props) => {
}
/>
<Route
exact
path="/detections/sigma"
element={<DetectionDashBoard globalUrl={globalUrl} />}
exact
path="/detections/sigma"
element={<DetectionDashBoard globalUrl={globalUrl} />}
/>
<Route
exact