diff --git a/src/components/Dashboard/common/ObjectForm.jsx b/src/components/Dashboard/common/ObjectForm.jsx index 15be0c2..940aad1 100644 --- a/src/components/Dashboard/common/ObjectForm.jsx +++ b/src/components/Dashboard/common/ObjectForm.jsx @@ -494,7 +494,7 @@ const ObjectForm = forwardRef( }, [id, initialized, handleFetchObject, token, connected]) useEffect(() => { - if (id && connected) { + if (id && connected == true) { currentSetObjectActivityRef.current( id, type,