Skip to content

Commit

Permalink
fix(platform): fdp-table sorting visible columns state get lost
Browse files Browse the repository at this point in the history
closes (#12429)[#12429]

## Description
- Removed log
  • Loading branch information
khotcholava committed Sep 23, 2024
1 parent 56570af commit 50281fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ export class P13ColumnsDialogComponent implements Resettable, OnInit, OnDestroy
*/
private _initiateColumns(visibleColumnKeys: string[]): void {
const visibleColumnIndexMap = new Map(visibleColumnKeys.map((key, index) => [key, index]));
console.log(this.availableColumns);
this._selectableColumns = this.availableColumns
.slice()
.map(
Expand Down

0 comments on commit 50281fb

Please sign in to comment.