fix(ohif-viewer): Fix incorrect variable in ohifViewer.js header setup
This commit is contained in:
parent
c22bd8e63e
commit
ea23ec84e0
@ -32,7 +32,7 @@ Template.ohifViewer.onCreated(() => {
|
|||||||
}];
|
}];
|
||||||
|
|
||||||
if (Meteor.user()) {
|
if (Meteor.user()) {
|
||||||
items.push({
|
headerItems.push({
|
||||||
action: OHIF.user.logout,
|
action: OHIF.user.logout,
|
||||||
text: 'Logout',
|
text: 'Logout',
|
||||||
iconClasses: 'logout',
|
iconClasses: 'logout',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user