mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-10 18:09:36 +01:00
🩹 Quick fix, dont emmit close event for Lang switcher
This commit is contained in:
parent
1fe3909cd6
commit
0f5b6a2ec7
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@
|
|||
</modal>
|
||||
|
||||
<!-- Modal for manually changing locale -->
|
||||
<modal :name="modalNames.LANG_SWITCHER" :resizable="true" width="30%" height="25%"
|
||||
@closed="$emit('modalChanged', false)" classes="dashy-modal">
|
||||
<modal :name="modalNames.LANG_SWITCHER" classes="dashy-modal"
|
||||
:resizable="true" width="30%" height="25%">
|
||||
<LanguageSwitcher />
|
||||
</modal>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue