Change translation display userLanguage option default value to proper boolean (#18199)

This commit is contained in:
Hannes Küttner
2023-04-15 00:03:34 +02:00
committed by GitHub
parent c48309ab68
commit eecb68f2e4

View File

@@ -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',