mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
remove comment
This commit is contained in:
@@ -596,7 +596,6 @@ export const ZSurvey = z
|
||||
|
||||
// Custom default validation for each question
|
||||
questions.forEach((question, questionIndex) => {
|
||||
// const existingLogicConditions = new Set();
|
||||
multiLangIssue = validateQuestionLabels("headline", question.headline, languages, questionIndex);
|
||||
if (multiLangIssue) {
|
||||
ctx.addIssue(multiLangIssue);
|
||||
|
||||
Reference in New Issue
Block a user