mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 19:56:00 +00:00
fix
This commit is contained in:
@@ -578,7 +578,7 @@ export abstract class GridDisplay {
|
|||||||
return this.getColumns(null)
|
return this.getColumns(null)
|
||||||
.filter(col => col.isChecked)
|
.filter(col => col.isChecked)
|
||||||
.map(col => ({
|
.map(col => ({
|
||||||
dst: col.headerText,
|
dst: col.uniqueName,
|
||||||
src: col.uniqueName,
|
src: col.uniqueName,
|
||||||
ignore: !changesDefined,
|
ignore: !changesDefined,
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user