mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:56:00 +00:00
refactor: subTable:configureActions
This commit is contained in:
parent
cacd4f3386
commit
ccc8628289
@ -42,7 +42,7 @@ export class SubTableFieldInterface extends CollectionFieldInterface {
|
||||
properties: {
|
||||
actions: {
|
||||
type: 'void',
|
||||
'x-initializer': 'actionInitializers:subTable',
|
||||
'x-initializer': 'subTable:configureActions',
|
||||
'x-component': 'TableField.ActionBar',
|
||||
'x-component-props': {},
|
||||
},
|
||||
|
@ -40,7 +40,7 @@ export const subTableActionInitializers_deprecated = new CompatibleSchemaInitial
|
||||
|
||||
export const subTableActionInitializers = new CompatibleSchemaInitializer(
|
||||
{
|
||||
name: 'actionInitializers:subTable',
|
||||
name: 'subTable:configureActions',
|
||||
title: "{{t('Configure actions')}}",
|
||||
icon: 'SettingOutlined',
|
||||
style: {
|
||||
|
Loading…
Reference in New Issue
Block a user