jusrhee 2 лет назад
Родитель
Сommit
7196f0d357
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/main/home/integrations/DopplerIntegrationList.tsx

+ 1 - 1
dashboard/src/main/home/integrations/DopplerIntegrationList.tsx

@@ -17,7 +17,7 @@ import Input from "components/porter/Input";
 import Container from "components/porter/Container";
 
 const DopplerIntegrationList: React.FC = (_) => {
-  const [dopplerEnabled, setDopplerEnabled] = useState<boolean>(true);
+  const [dopplerEnabled, setDopplerEnabled] = useState<boolean>(false);
   const [dopplerToggled, setDopplerToggled] = useState<boolean>(false);
   const [showServiceTokenModal, setShowServiceTokenModal] = useState<boolean>(false);
   const [envGroupName, setEnvGroupName] = useState<string>("");