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

This commit is contained in:
chenos 2024-09-03 23:03:59 +08:00
parent c767c4ff84
commit 703350884d

View File

@ -37,7 +37,6 @@ export class PresetNocoBase extends Plugin {
'client',
'action-import',
'action-export',
// 'backup-restore',
'block-iframe',
'block-workbench',
'field-formula',
@ -73,6 +72,7 @@ export class PresetNocoBase extends Plugin {
'field-markdown-vditor>=0.21.0-alpha.16',
'workflow-mailer',
'field-m2m-array',
'backup-restore',
];
splitNames(name: string) {