WorkflowContextsPlugin not enable (#4397)

This commit is contained in:
Nokecy 2023-09-05 19:25:15 +08:00 committed by GitHub
parent 4fe7518976
commit 3dbe0445c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ export class WorkflowContextsPlugin implements Plugin {
// Need to do this post-sign in, this is a secure API call.
const installedFeatures = descriptorsStore.installedFeatures;
if(!installedFeatures.find(x => x.name == 'WorkflowContextsFeature'))
if(!installedFeatures.find(x => x.name == 'WorkflowContexts'))
return;
this.providerDescriptors = await this.apiClient.list();