mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix clear history.
This commit is contained in:
committed by
Dave Page
parent
fae185ff66
commit
fc78202600
@@ -1325,8 +1325,7 @@ define([
|
||||
alertify.confirm(gettext("Clear history"),
|
||||
gettext("Are you sure you wish to clear the history?"),
|
||||
function() {
|
||||
// Remove any existing grid first
|
||||
if (self.history_grid) {
|
||||
if (self.history_collection) {
|
||||
self.history_collection.reset();
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user