mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:26:22 +00:00
fix(plugin-workflow-manual): fix initializer (#3170)
This commit is contained in:
parent
a2be1a0e33
commit
7bb50fea34
@ -16,6 +16,8 @@ export default class extends Plugin {
|
||||
|
||||
// You can get and modify the app instance here
|
||||
async load() {
|
||||
this.addComponents();
|
||||
|
||||
// this.app.addProvider(Provider);
|
||||
const workflow = this.app.pm.get('workflow') as WorkflowPlugin;
|
||||
const manualInstruction = new Manual();
|
||||
|
Loading…
Reference in New Issue
Block a user