Skip to content

Commit

Permalink
[FIX] TabBar not loading template titles (#15177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hudell authored and ggazzo committed Aug 16, 2019
1 parent 3b9413f commit 4b646e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/ui-flextab/client/flexTabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ Template.flexTabBar.events({

$flexTab.attr('template', this.template);

t.tabBar.setData({
label: this.i18nTitle,
icon: this.icon,
});
t.tabBar.open(this.id);
},

Expand Down

0 comments on commit 4b646e1

Please sign in to comment.