fix(editor): Remove "move" action from workflow and credential on community plan (#10057)

This commit is contained in:
Csaba Tuncsik
2024-07-18 15:34:39 +02:00
committed by GitHub
parent f876f9ec8b
commit 5a9a2713b4
7 changed files with 79 additions and 15 deletions

View File

@@ -114,6 +114,8 @@ export class E2EController {
// eslint-disable-next-line @typescript-eslint/unbound-method
license.getFeatureValue<NumericLicenseFeature> = (feature: NumericLicenseFeature) =>
this.numericFeatures[feature] ?? UNLIMITED_LICENSE_QUOTA;
license.getPlanName = () => 'Enterprise';
}
@Post('/reset', { skipAuth: true })