mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
update: forum/components/HeaderSecondary (add search, finishing the header)
This commit is contained in:
committed by
Franz Liedke
parent
d05b63eddd
commit
5cd5f27769
@@ -27,7 +27,7 @@ export default class HeaderSecondary extends Component {
|
||||
items() {
|
||||
const items = new ItemList();
|
||||
|
||||
// items.add('search', Search.component({ state: app.search }), 30);
|
||||
items.add('search', Search.component({ state: app.search }), 30);
|
||||
|
||||
if (app.forum.attribute('showLanguageSelector') && Object.keys(app.data.locales).length > 1) {
|
||||
const locales = [];
|
||||
|
Reference in New Issue
Block a user