Skip to content

Conversation

@bmd3k
Copy link
Contributor

@bmd3k bmd3k commented Mar 26, 2024

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.

@bmd3k bmd3k requested a review from arcra March 26, 2024 17:13
@bmd3k bmd3k merged commit 9266696 into tensorflow:master Mar 26, 2024
@hoonji
Copy link
Member

hoonji commented Mar 27, 2024

My bad, I must have missed this during a merge!

AnuarTB pushed a commit to AnuarTB/tensorboard that referenced this pull request May 3, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants