mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-08 04:05:00 -05:00
Added alert message to Reset Layout if any of the panels from Query Tool failed to load. Fixes #5366
This commit is contained in:
committed by
Akshay Joshi
parent
31a929388b
commit
ed0a596286
@@ -104,7 +104,7 @@ let queryToolNotifications = {
|
||||
});
|
||||
|
||||
// Render the grid
|
||||
if (notifications_grid)
|
||||
if (notifications_grid && notifications_panel)
|
||||
notifications_panel.$container.find('.sql-editor-notifications').append(notifications_grid.render().el);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user