mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 19:13:59 +00:00
fix
This commit is contained in:
@@ -11,7 +11,7 @@ export class JslGridDisplay extends GridDisplay {
|
|||||||
cache: GridCache,
|
cache: GridCache,
|
||||||
setCache: ChangeCacheFunc
|
setCache: ChangeCacheFunc
|
||||||
) {
|
) {
|
||||||
super(config, setConfig, cache, setCache, null, null);
|
super(config, setConfig, cache, setCache, null);
|
||||||
|
|
||||||
this.columns = columns
|
this.columns = columns
|
||||||
.map((col) => ({
|
.map((col) => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user