Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Mar 6, 2018
1 parent a3cc3bd commit 2dc46a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gmf/src/directives/displayquerygrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ gmf.DisplayquerygridController.prototype.reflowGrid_ = function() {
// is not yet set on the pane. That's why the class is set manually, and
// after the pane is shown (in the next digest loop), the grid table can
// be refreshed.
const id = this.escapeValue(this.selectedTab);
const id = this.escapeValue(this.selectedTab || '');
const activePane = this.$element_.find(`div.tab-pane#${id}`);
activePane.removeClass('active').addClass('active');
this.$timeout_(() => {
Expand Down

0 comments on commit 2dc46a1

Please sign in to comment.