mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Remove "move" action from workflow and credential on community plan (#10057)
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user