mirror of https://github.com/Lissy93/dashy.git
🩹 Quick fix, dont emmit close event for Lang switcher
This commit is contained in:
parent
1fe3909cd6
commit
0f5b6a2ec7
|
@ -22,8 +22,8 @@
|
||||||
</modal>
|
</modal>
|
||||||
|
|
||||||
<!-- Modal for manually changing locale -->
|
<!-- Modal for manually changing locale -->
|
||||||
<modal :name="modalNames.LANG_SWITCHER" :resizable="true" width="30%" height="25%"
|
<modal :name="modalNames.LANG_SWITCHER" classes="dashy-modal"
|
||||||
@closed="$emit('modalChanged', false)" classes="dashy-modal">
|
:resizable="true" width="30%" height="25%">
|
||||||
<LanguageSwitcher />
|
<LanguageSwitcher />
|
||||||
</modal>
|
</modal>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue