fix: #2821 i18n ui field label (#2823)

This commit is contained in:
Dan Ribbens
2023-06-14 08:39:45 -04:00
committed by GitHub
parent 346a48f871
commit 63cd7fbd0c
2 changed files with 5 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ export default buildConfig({
{
type: 'ui',
name: 'demoUIField',
label: 'Demo UI Field',
label: { en: 'Demo UI Field', de: 'Demo UI Field de' },
admin: {
components: {
Field: DemoUIFieldField,