Fixed an issue where the ignore owner flag is not working for some cases in the Schema Diff. #5622, #5655

This commit is contained in:
Nikhil Mohite
2023-01-02 13:00:55 +05:30
committed by GitHub
parent d1a9406bff
commit 18a7e85c6a
2 changed files with 3 additions and 4 deletions

View File

@@ -310,7 +310,6 @@ export function SchemaDiffCompare({ params }) {
} catch (error) {
setLoaderText(null);
setShowResultGrid(false);
console.error(error);
Notifier.alert(gettext('Error'), parseApiError(error));
}
socket?.disconnect();