update email address (#695)

This commit is contained in:
Guy Ben-Aharon
2025-05-07 19:34:14 +03:00
committed by GitHub
parent 7db86dcf8c
commit fd47eb7f4b
25 changed files with 47 additions and 47 deletions

View File

@@ -32,7 +32,7 @@ import { parseSQLError } from '@/lib/data/sql-import';
import type { editor } from 'monaco-editor';
const errorScriptOutputMessage =
'Invalid JSON. Please correct it or contact us at chartdb.io@gmail.com for help.';
'Invalid JSON. Please correct it or contact us at support@chartdb.io for help.';
export interface ImportDatabaseProps {
goBack?: () => void;