mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fix
This commit is contained in:
parent
900fdc56f4
commit
651dd09b15
@ -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,
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user