Skip to content

Commit

Permalink
fix popup-message on user-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneidarr committed Oct 20, 2023
1 parent 22f96ef commit 610635e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { User } from '../../../model';
selector: 'app-user-bar',
template: `
<bal-tag-group>
<bal-popover *ngFor="let user of users" arrow hover tooltip :active="isActive">
<bal-popover *ngFor="let user of users" arrow hover tooltip :hover="hover">
<bal-tag [color]="user.color" bal-popover-trigger aria-haspopup="true" aria-describedby="tooltip">
{{ user.name.at(0) }}
</bal-tag>
Expand Down

0 comments on commit 610635e

Please sign in to comment.