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