Преглед на файлове

basic doppler attach flow

jusrhee преди 2 години
родител
ревизия
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>("");