fix user settings

This commit is contained in:
Henry Jameson 2026-06-10 18:09:49 +03:00
commit f932006c0e

View file

@ -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(),
},