Skip to content

Commit

Permalink
WEBUI-1066: fix browser tab name displaying app.title.undefined after…
Browse files Browse the repository at this point in the history
… refresh
  • Loading branch information
Alok Ranjan authored and poonamyadav252 committed Sep 6, 2023
1 parent e3fc47f commit e57aa84
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 @@ -828,6 +828,7 @@ Polymer({
},

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

0 comments on commit e57aa84

Please sign in to comment.