Skip to content

Commit

Permalink
fix: passing the data to menu correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rengert committed Nov 1, 2023
1 parent ee21b24 commit 363230e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<button
mat-icon-button
[matMenuTriggerFor]="menu"
[matMenuTriggerData]="element"
[matMenuTriggerData]="{ element: element }"
aria-label="Actions">
<fa-icon icon="ellipsis-vertical"></fa-icon>
</button>
Expand Down

0 comments on commit 363230e

Please sign in to comment.