1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 18:07:02 +02:00

Remove unused config method from SessionDropdown

This commit is contained in:
Alexander Skvortsov
2020-08-10 18:14:34 -04:00
committed by Franz Liedke
parent 6d18b700ec
commit a48cc19814

View File

@@ -72,7 +72,6 @@ export default class SessionDropdown extends Dropdown {
icon: 'fas fa-wrench',
href: app.forum.attribute('adminUrl'),
target: '_blank',
config: () => {},
},
app.translator.trans('core.forum.header.admin_button')
),