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-action': 'destroy',
|
||||||
'x-decorator': 'ACLActionProvider',
|
'x-decorator': 'ACLActionProvider',
|
||||||
'x-component': 'Action.Link',
|
'x-component': 'Action.Link',
|
||||||
'x-designer': 'Action.Designer',
|
|
||||||
'x-component-props': {
|
'x-component-props': {
|
||||||
icon: 'DeleteOutlined',
|
icon: 'DeleteOutlined',
|
||||||
confirm: {
|
confirm: {
|
||||||
@ -342,7 +341,6 @@ export const scopesSchema: ISchema = {
|
|||||||
title: '{{ t("Submit") }}',
|
title: '{{ t("Submit") }}',
|
||||||
'x-action': 'submit',
|
'x-action': 'submit',
|
||||||
'x-component': 'Action',
|
'x-component': 'Action',
|
||||||
'x-designer': 'Action.Designer',
|
|
||||||
'x-component-props': {
|
'x-component-props': {
|
||||||
type: 'primary',
|
type: 'primary',
|
||||||
htmlType: 'submit',
|
htmlType: 'submit',
|
||||||
|
@ -70,7 +70,6 @@ export const uiSchemaTemplatesSchema: ISchema = {
|
|||||||
title: '{{ t("Delete") }}',
|
title: '{{ t("Delete") }}',
|
||||||
'x-action': 'destroy',
|
'x-action': 'destroy',
|
||||||
'x-component': 'Action',
|
'x-component': 'Action',
|
||||||
'x-designer': 'Action.Designer',
|
|
||||||
'x-component-props': {
|
'x-component-props': {
|
||||||
icon: 'DeleteOutlined',
|
icon: 'DeleteOutlined',
|
||||||
confirm: {
|
confirm: {
|
||||||
|
Loading…
Reference in New Issue
Block a user