mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:55:44 +00:00
fix: backup-restore
Some checks are pending
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Some checks are pending
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
This commit is contained in:
parent
c767c4ff84
commit
703350884d
@ -37,7 +37,6 @@ export class PresetNocoBase extends Plugin {
|
|||||||
'client',
|
'client',
|
||||||
'action-import',
|
'action-import',
|
||||||
'action-export',
|
'action-export',
|
||||||
// 'backup-restore',
|
|
||||||
'block-iframe',
|
'block-iframe',
|
||||||
'block-workbench',
|
'block-workbench',
|
||||||
'field-formula',
|
'field-formula',
|
||||||
@ -73,6 +72,7 @@ export class PresetNocoBase extends Plugin {
|
|||||||
'field-markdown-vditor>=0.21.0-alpha.16',
|
'field-markdown-vditor>=0.21.0-alpha.16',
|
||||||
'workflow-mailer',
|
'workflow-mailer',
|
||||||
'field-m2m-array',
|
'field-m2m-array',
|
||||||
|
'backup-restore',
|
||||||
];
|
];
|
||||||
|
|
||||||
splitNames(name: string) {
|
splitNames(name: string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user