[FTS Configuration] Fixed an typo - it should have been assignment

This commit is contained in:
Ashesh Vashi 2020-04-08 12:56:51 +05:30
parent a6c03a6b75
commit 29ae6dfbf6

View File

@ -288,7 +288,7 @@ define('pgadmin.node.fts_configuration', [
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({