mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
[FTS Configuration] Fixed an typo - it should have been assignment
This commit is contained in:
parent
a6c03a6b75
commit
29ae6dfbf6
@ -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({
|
||||||
|
Loading…
Reference in New Issue
Block a user