fix: issue with action panel block description (#6318)

This commit is contained in:
Katherine 2025-02-27 11:07:15 +08:00 committed by GitHub
parent db15393283
commit 1834ab6d9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ export function CustomSchemaSettingsBlockTitleItem() {
description: {
title: t('Description'),
type: 'string',
default: fieldSchema?.['x-component-props']?.['description'],
default: fieldSchema?.['x-decorator-props']?.['description'],
'x-decorator': 'FormItem',
'x-component': 'Markdown',
},