Resolve #7074
This commit is contained in:
parent
114a9fbdb2
commit
52c12f96d5
2 changed files with 8 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ type Column = {
|
|||
name: string | null;
|
||||
width: number;
|
||||
widgets?: ColumnWidget[];
|
||||
active?: boolean;
|
||||
};
|
||||
|
||||
function copy<T>(x: T): T {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue