add strike reason admin panel
This commit is contained in:
@ -46,6 +46,13 @@ const adminTabs = [
|
||||
href: 'admin/reports',
|
||||
name: 'Reports',
|
||||
icon: 'heroicons:flag',
|
||||
subTabs: [
|
||||
{
|
||||
href: 'admin/reports/reasons',
|
||||
name: 'Strikegründe',
|
||||
icon: 'heroicons:shield-exclamation'
|
||||
}
|
||||
],
|
||||
enabled: session?.permissions.reports
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user