mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
fix: issue with action panel block description (#6318)
This commit is contained in:
parent
db15393283
commit
1834ab6d9a
@ -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',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user