[Exclusion Constraint] Fixed an typo - it should have been assignment

This commit is contained in:
Ashesh Vashi
2020-04-08 13:05:28 +05:30
parent 6b3e1f1e65
commit 6c693d158e

View File

@@ -473,7 +473,7 @@ define('pgadmin.node.exclusion_constraint', [
if (self.grid) { if (self.grid) {
self.grid.remove(); self.grid.remove();
self.grid.null; self.grid = null;
} }
// Initialize a new Grid instance // Initialize a new Grid instance
var grid = self.grid = new Backgrid.Grid({ var grid = self.grid = new Backgrid.Grid({