Skip to content
Snippets Groups Projects
Unverified Commit d1374733 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Set lang directly for language select (#48)

parent c8094786
No related branches found
No related tags found
No related merge requests found
Pipeline #17147 passed with warnings
......@@ -830,7 +830,7 @@ export class AppShell extends ScopedElementsMixin(AdapterLitElement) {
<dbp-notification lang="${this.lang}"></dbp-notification>
<header>
<div class="hd1-left">
<dbp-language-select subscribe="lang"></dbp-language-select>
<dbp-language-select lang="${this.lang}"></dbp-language-select>
</div>
<div class="hd1-middle">
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment