fix user settings
This commit is contained in:
parent
03c0c1664a
commit
f932006c0e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const NotificationsTab = {
|
|||
if (!this.user) {
|
||||
return false
|
||||
}
|
||||
return this.user.privileges.includes('reports_manage_reports')
|
||||
return this.user.privileges.has('reports_manage_reports')
|
||||
},
|
||||
...SharedComputedObject(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue