diff --git a/src/components/Dashboard/common/ObjectSelect.jsx b/src/components/Dashboard/common/ObjectSelect.jsx index a202583..291e39d 100644 --- a/src/components/Dashboard/common/ObjectSelect.jsx +++ b/src/components/Dashboard/common/ObjectSelect.jsx @@ -593,7 +593,7 @@ const ObjectSelect = ({ if (initialLoading == false) { setTimeout(() => { setDelayedInitalLoading(false) - }, 50) + }, 100) } else { setDelayedInitalLoading(true) }