Feroze Mohideen 2 лет назад
Родитель
Сommit
e1488b454b

+ 0 - 1
dashboard/src/main/home/app-dashboard/create-app/CreateApp.tsx

@@ -140,7 +140,6 @@ const CreateApp: React.FC<CreateAppProps> = ({ history }) => {
 
   const onSubmit = handleSubmit(async (data) => {
     try {
-      console.log("submitting!")
       setDeployError("");
       const validatedAppProto = await validateApp(data);
       setValidatedAppProto(validatedAppProto);

+ 1 - 1
dashboard/src/main/home/app-dashboard/validate-apply/services-settings/tabs/CustomDomains.tsx

@@ -54,7 +54,7 @@ const CustomDomains: React.FC<Props> = ({ index }) => {
         </>
       )}
       <Button
-        type="button" // this is required so that CreateApp.tsx doesn't try to submit the form onClick lol
+        type="button" // this is required so that CreateApp.tsx doesn't try to submit the form onClick
         onClick={() => {
           append({
             name: {