Skip to content

Commit

Permalink
HParams: Stop passing controlsEnabled boolean to DataTable (#6468)
Browse files Browse the repository at this point in the history
## Motivation for features / changes
This boolean was removed in #6463. However, I forgot to remove it from
being passed in the ScalarCardDataTable. This was caught in an internal
build.
  • Loading branch information
JamesHollyer authored Jun 28, 2023
1 parent 5d338e2 commit 44f47ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
[header]="header"
[sortingInfo]="sortingInfo"
[hparamsEnabled]="hparamsEnabled"
[controlsEnabled]="header.type !== ColumnHeaderType.COLOR"
></tb-data-table-header-cell> </ng-container
></ng-container>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
[header]="header"
[sortingInfo]="sortingInfo"
[hparamsEnabled]="true"
[controlsEnabled]="header.type !== ColumnHeaderType.COLOR && header.type !== ColumnHeaderType.CUSTOM"
(contextmenu)="openContextMenu($event, header)"
>
<ng-container [ngSwitch]="header.name">
Expand Down

0 comments on commit 44f47ef

Please sign in to comment.