mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Tighten check for company size survey answer (#10646)
This commit is contained in:
@@ -400,7 +400,7 @@ const SURVEY: IPersonalizationSurveyAnswersV4 = {
|
||||
automationGoalDevopsOther: 'test',
|
||||
companyIndustryExtended: ['test'],
|
||||
otherCompanyIndustryExtended: ['test'],
|
||||
companySize: 'test',
|
||||
companySize: '20-99',
|
||||
companyType: 'test',
|
||||
automationGoalSm: ['test'],
|
||||
automationGoalSmOther: 'test',
|
||||
|
||||
Reference in New Issue
Block a user