mirror of
https://github.com/directus/directus.git
synced 2026-02-12 01:54:55 -05:00
Change translation display userLanguage option default value to proper boolean (#18199)
This commit is contained in:
@@ -147,7 +147,7 @@ export default defineDisplay({
|
||||
name: '$t:displays.translations.user_language',
|
||||
type: 'string',
|
||||
schema: {
|
||||
default_value: 'false',
|
||||
default_value: false,
|
||||
},
|
||||
meta: {
|
||||
interface: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user