chore(tabs): remove closed todo bug

PiperOrigin-RevId: 611579351
This commit is contained in:
Elizabeth Mitchell 2024-02-29 13:33:56 -08:00 committed by Copybara-Service
parent 84cd527818
commit c3d303eaac

View File

@ -54,7 +54,6 @@ export class Tab extends tabBaseClass {
@property({type: Boolean, reflect: true}) active = false;
/**
* TODO(b/293476210): remove after migrating
* @deprecated use `active`
*/
@property({type: Boolean})