Skip to content

Commit

Permalink
fix: overflow actions should use provided id
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Dec 2, 2024
1 parent 3f3da60 commit db6247b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ export class PageHeaderComponent implements OnInit, OnChanges {
})
this.overflowActions = [
...allowedActions.map<MenuItem>((a) => ({
id: a.id,
label: a.labelKey ? translations[a.labelKey] : a.label,
icon: a.icon,
tooltipOptions: {
Expand Down

0 comments on commit db6247b

Please sign in to comment.