Skip to content

Conversation

@hoonji
Copy link
Member

@hoonji hoonji commented Dec 7, 2023

Motivation for features / changes

Copybara sync will complain after #6692 :

  • Filterbar doesn't use lowerCamelCase in property names (it used a "_" prefix)
  • runs table BUILD target doesn't include chip dependencies (surprisingly this doesn't affect tests or app execution)

This PR addresses both issues

private readonly filterModal!: CustomModalComponent;

_selectedFilterName = '';
private internalSelectedFilterName = '';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming is per internal style guide

this.internalSelectedFilterName = filterName;
}
// selectedFilter indirectly set using selectedFilterName.
_selectedFilter?: DiscreteFilter | IntervalFilter | undefined;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was unused

@hoonji hoonji requested a review from JamesHollyer December 7, 2023 01:54
@nfelt nfelt merged commit cfc0b67 into tensorflow:master Dec 7, 2023
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.

2 participants