Skip to content

Commit

Permalink
WEBUI-1066: Fix browser tab name displaying "app.title.undefined" aft…
Browse files Browse the repository at this point in the history
…er refresh
  • Loading branch information
rahuljain-dev authored and poonamyadav252 committed Aug 22, 2023
1 parent b319d80 commit fa7e68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/nuxeo-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ Polymer({
},

_updateTitle() {
if (!this.page) return;
const title = [];
switch (this.page) {
case 'browse':
Expand Down

0 comments on commit fa7e68a

Please sign in to comment.