From 8903d7c1cb251f1a84966024f2351b22261fa4a9 Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Mon, 9 Dec 2024 09:31:29 -0500 Subject: [PATCH] removed test connection button removed test connection button as it was not done. --- app/components/settings/SettingsWindow.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app/components/settings/SettingsWindow.tsx b/app/components/settings/SettingsWindow.tsx index 2c48943..8f3a6f4 100644 --- a/app/components/settings/SettingsWindow.tsx +++ b/app/components/settings/SettingsWindow.tsx @@ -201,12 +201,6 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => { toast.success('GitHub credentials saved successfully!'); }; - const handleTestConnection = () => { - // Implement the logic to test the GitHub connection here - // For example, you could make an API call to GitHub to verify the credentials - toast.info('Testing GitHub connection...'); - }; - return ( @@ -476,12 +470,6 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => { > Save Connection - )}