Skip to content

Commit

Permalink
chore(tabs): remove closed todo bug
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 611579351
  • Loading branch information
asyncLiz authored and copybara-github committed Feb 29, 2024
1 parent 84cd527 commit c3d303e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tabs/internal/tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit c3d303e

Please sign in to comment.