chore: lint
This commit is contained in:
@@ -75,7 +75,6 @@ const updateGoogleSheetId = async () => {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// Handle spreadsheet selection
|
||||
const handleSpreadsheetSelect = (e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
setSettings({ ...settings, spreadsheetId: e.target.value });
|
||||
|
||||
Reference in New Issue
Block a user