mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user