mirror of
https://github.com/chartdb/chartdb.git
synced 2025-10-23 07:11:56 +00:00
fix: remove error lag after autofix (#764)
This commit is contained in:
@@ -222,6 +222,7 @@ export const ImportDatabase: React.FC<ImportDatabaseProps> = ({
|
||||
if (sqlValidation?.fixedSQL) {
|
||||
setIsAutoFixing(true);
|
||||
setShowAutoFixButton(false);
|
||||
setErrorMessage('');
|
||||
|
||||
// Apply the fix with a delay so user sees the fixing message
|
||||
setTimeout(() => {
|
||||
|
Reference in New Issue
Block a user