diff --git a/frontend/src/components/DetectionExplorer.jsx b/frontend/src/components/DetectionExplorer.jsx
index 81eda8c0..fed09d26 100644
--- a/frontend/src/components/DetectionExplorer.jsx
+++ b/frontend/src/components/DetectionExplorer.jsx
@@ -133,14 +133,18 @@ const DetectionExplorer = (props) => {
const handleConnectClick = () => {
if (detectionWorkflowId !== "") {
+ console.log("Already have a workflow ID for this detection")
+ //toast.info(`Already have a detection workflow for ${detectionInfo?.category}`)
// FIXME: Show the Usecase UI for how to fix the workflow(s)
// Instead loading full workflow and showing it directly? Hmm
//toast.warn("Please reload the UI to load the detection status")
- return
+ //return
}
if (isDetectionActive) {
- return
+ console.log("Already connected")
+ //toast.info(`Connected to ${detectionInfo?.category}`)
+ //return
}
if (detectionInfo.category === undefined || detectionInfo.category === null) {
@@ -276,7 +280,7 @@ const DetectionExplorer = (props) => {
}}
>