fix: customize add record cusomeizeCreateFormBlockInitializers (#3230)
This commit is contained in:
parent
f60c7626e0
commit
4be8812912
@ -100,8 +100,8 @@ function ButtonEditor(props) {
|
||||
default: fieldSchema?.['x-component-props']?.danger
|
||||
? 'danger'
|
||||
: fieldSchema?.['x-component-props']?.type === 'primary'
|
||||
? 'primary'
|
||||
: 'default',
|
||||
? 'primary'
|
||||
: 'default',
|
||||
enum: [
|
||||
{ value: 'default', label: '{{t("Default")}}' },
|
||||
{ value: 'primary', label: '{{t("Highlight")}}' },
|
||||
|
@ -27,6 +27,9 @@ export const CustomizeAddRecordActionInitializer = () => {
|
||||
'x-component': 'Tabs',
|
||||
'x-component-props': {},
|
||||
'x-initializer': 'TabPaneInitializersForCreateFormBlock',
|
||||
'x-initializer-props': {
|
||||
gridInitializer: 'CusomeizeCreateFormBlockInitializers',
|
||||
},
|
||||
properties: {
|
||||
tab1: {
|
||||
type: 'void',
|
||||
|
Loading…
Reference in New Issue
Block a user