mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix accidental usage of the wrong field
This commit is contained in:
+2
-2
@@ -138,7 +138,7 @@ import { cloneDeep as _cloneDeep } from 'lodash-es'
|
||||
import { mdiBrightness6, mdiMagnify, mdiClose } from '@mdi/js'
|
||||
|
||||
import SearchMenu from '@/routes/SearchMenu'
|
||||
import { changeLocale, SUPPORTED_LANGUAGES } from '@/plugins/i18n'
|
||||
import { changeLocale, LANGUAGE_OPTIONS } from '@/plugins/i18n'
|
||||
import AuthenticationModal from '@/components/AuthenticationModal'
|
||||
|
||||
export default {
|
||||
@@ -156,7 +156,7 @@ export default {
|
||||
},
|
||||
|
||||
data: () => ({
|
||||
languageOptions: _cloneDeep(SUPPORTED_LANGUAGES),
|
||||
languageOptions: _cloneDeep(LANGUAGE_OPTIONS),
|
||||
drawer: false,
|
||||
// Only used on phones
|
||||
searchMenuOpened: false,
|
||||
|
||||
Reference in New Issue
Block a user