mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
* Fix locales issue #43 * Adding open-direction bottom to the language multiselect
This commit is contained in:
@@ -79,7 +79,7 @@ export const useGlobalStore = (useWindow = false) => {
|
||||
companyStore.selectedCompanyCurrency =
|
||||
response.data.current_company_currency
|
||||
|
||||
global.locale =
|
||||
global.locale.value =
|
||||
response.data.current_user_settings.language || 'en'
|
||||
|
||||
this.isAppLoaded = true
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
label="name"
|
||||
value-prop="code"
|
||||
track-by="name"
|
||||
open-direction="top"
|
||||
:searchable="true"
|
||||
open-direction="bottom"
|
||||
/>
|
||||
</BaseInputGroup>
|
||||
</BaseInputGrid>
|
||||
|
||||
Reference in New Issue
Block a user