fix(plugin-workflow): fix schedule workflow under normal multi-apps (#2896)
This commit is contained in:
parent
d751b30b34
commit
41f913b12f
@ -424,7 +424,7 @@ export default class ScheduleTrigger extends Trigger {
|
||||
}
|
||||
|
||||
init() {
|
||||
if (this.plugin.app.name !== 'main') {
|
||||
if (this.plugin.app.getPlugin('multi-app-share-collection').enabled && this.plugin.app.name !== 'main') {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user