Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hparams: Fix regression in column selector. (tensorflow#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 tensorflow#6799. Caught by internal tests.
- Loading branch information