mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Add workflow diffs feature to license checks (no-changelog) (#18130)
This commit is contained in:
@@ -40,6 +40,7 @@ export const defaultSettings: FrontendSettings = {
|
||||
workerView: false,
|
||||
advancedPermissions: false,
|
||||
apiKeyScopes: false,
|
||||
workflowDiffs: false,
|
||||
projects: {
|
||||
team: {
|
||||
limit: 1,
|
||||
|
||||
@@ -245,6 +245,7 @@ export function createMockEnterpriseSettings(
|
||||
workerView: false,
|
||||
advancedPermissions: false,
|
||||
apiKeyScopes: false,
|
||||
workflowDiffs: false,
|
||||
projects: {
|
||||
team: {
|
||||
limit: 0,
|
||||
|
||||
Reference in New Issue
Block a user