Fixed an issue where Refresh view options are not working for materialized view. Fixes #6736.

This commit is contained in:
Akshay Joshi
2021-09-21 16:48:10 +05:30
parent af230c812b
commit b60bd73f88
2 changed files with 2 additions and 1 deletions

View File

@@ -264,7 +264,7 @@ define('pgadmin.node.mview', [
return;
}
if (!commonUtils.hasBinariesConfiguration(pgBrowser, server_data, this.alertify)) {
if (!commonUtils.hasBinariesConfiguration(pgBrowser, server_data, Alertify)) {
return;
}