You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hparams: Fix regression in column selector. (#6811)
Ensure the following properties are passed to the column selector from
the data table:
```
[numColumnsLoaded]="numColumnsLoaded"
[hasMoreColumnsToLoad]="hasMoreColumnsToLoad"
(loadAllColumns)="loadAllColumns.emit()"
```
These were accidentally removed in #6799. Caught by internal tests.
0 commit comments