Skip to content

Commit

Permalink
Merge branch 'activity-feed-v3' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Sep 17, 2024
2 parents 18a167c + 6d3b05d commit 569fab8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@
[feature]="subject.feature"
[truncateLongName]="true"
[enablePopover]="!isScrolling"></cvc-feature-variant-tag>
<cvc-feature-variant-tag
*ngSwitchCase="'FusionVariant'"
[variant]="subject"
[feature]="subject.feature"
[truncateLongName]="true"
[enablePopover]="!isScrolling"></cvc-feature-variant-tag>
<cvc-revision-tag
*ngSwitchCase="'Revision'"
[revision]="$any(subject)"
Expand Down

0 comments on commit 569fab8

Please sign in to comment.