diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index 9ce3690e..0a472397 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -70,7 +70,7 @@ const updateGoogleSheetId = async () => { { withCredentials: true } ); console.log('Google Sheet ID updated:', response.data); - } catch (error) { + } catch (error: any) { console.error('Error updating Google Sheet ID:', error.response?.data?.message || error.message); } };