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

pull/29/head
Ashesh Vashi 2020-04-08 12:56:51 +05:30
parent a6c03a6b75
commit 29ae6dfbf6
1 changed files with 1 additions and 1 deletions

View File

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