upgrade eslint (#479)

This commit is contained in:
Guy Ben-Aharon
2024-12-11 12:43:45 +02:00
committed by GitHub
parent 348f80568e
commit d6659795bc
7 changed files with 10580 additions and 10627 deletions

View File

@@ -70,7 +70,7 @@ export const ExportSQLDialog: React.FC<ExportSQLDialogProps> = ({
const script = await exportSQLScript();
setScript(script);
setIsScriptLoading(false);
} catch (e) {
} catch {
setError(true);
}
};