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()) {
|
||||
items.push({
|
||||
headerItems.push({
|
||||
action: OHIF.user.logout,
|
||||
text: 'Logout',
|
||||
iconClasses: 'logout',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user