Added alert message to Reset Layout if any of the panels from Query Tool failed to load. Fixes #5366

This commit is contained in:
Khushboo Vashi
2020-04-15 16:23:54 +05:30
committed by Akshay Joshi
parent 31a929388b
commit ed0a596286
3 changed files with 12 additions and 1 deletions
@@ -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);
},