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