mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
[Exclusion Constraint] Fixed an typo - it should have been assignment
This commit is contained in:
parent
6b3e1f1e65
commit
6c693d158e
@ -473,7 +473,7 @@ define('pgadmin.node.exclusion_constraint', [
|
||||
|
||||
if (self.grid) {
|
||||
self.grid.remove();
|
||||
self.grid.null;
|
||||
self.grid = null;
|
||||
}
|
||||
// Initialize a new Grid instance
|
||||
var grid = self.grid = new Backgrid.Grid({
|
||||
|
Loading…
Reference in New Issue
Block a user