fix: remove designer (#1684)
This commit is contained in:
parent
39204e8149
commit
cd59cd8568
@ -311,7 +311,6 @@ export const scopesSchema: ISchema = {
|
||||
'x-action': 'destroy',
|
||||
'x-decorator': 'ACLActionProvider',
|
||||
'x-component': 'Action.Link',
|
||||
'x-designer': 'Action.Designer',
|
||||
'x-component-props': {
|
||||
icon: 'DeleteOutlined',
|
||||
confirm: {
|
||||
@ -342,7 +341,6 @@ export const scopesSchema: ISchema = {
|
||||
title: '{{ t("Submit") }}',
|
||||
'x-action': 'submit',
|
||||
'x-component': 'Action',
|
||||
'x-designer': 'Action.Designer',
|
||||
'x-component-props': {
|
||||
type: 'primary',
|
||||
htmlType: 'submit',
|
||||
|
@ -70,7 +70,6 @@ export const uiSchemaTemplatesSchema: ISchema = {
|
||||
title: '{{ t("Delete") }}',
|
||||
'x-action': 'destroy',
|
||||
'x-component': 'Action',
|
||||
'x-designer': 'Action.Designer',
|
||||
'x-component-props': {
|
||||
icon: 'DeleteOutlined',
|
||||
confirm: {
|
||||
|
Loading…
Reference in New Issue
Block a user