mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where Schema Diff and Debugger give a blank white panel.
refs #6398
This commit is contained in:
committed by
Akshay Joshi
parent
48ca83f31d
commit
5d4c073730
@@ -614,6 +614,7 @@ define([
|
||||
'frm_debugger', wcDocker.DOCK.STACKED, dashboardPanel[0]
|
||||
),
|
||||
db_label = newTreeInfo.database.label;
|
||||
pgadminUtils.registerDetachEvent(panel);
|
||||
|
||||
if(data && data.data_obj && data.data_obj.db_name != newTreeInfo.database.label) {
|
||||
db_label = data.data_obj.db_name;
|
||||
|
||||
Reference in New Issue
Block a user