1
0
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:
Alexander Skvortsov
2020-08-08 13:43:56 -04:00
committed by Franz Liedke
parent d05b63eddd
commit 5cd5f27769

View File

@@ -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 = [];