fix: question change issue (#6091)

This commit is contained in:
Dhruwang Jariwala
2025-06-29 23:40:30 +05:30
committed by GitHub
parent e81190214f
commit 1536bf6907
-1
View File
@@ -545,7 +545,6 @@ export const ZSurveyConsentQuestion = ZSurveyQuestionBase.extend({
type: z.literal(TSurveyQuestionTypeEnum.Consent),
html: ZI18nString.optional(),
label: ZI18nString,
placeholder: z.string().optional(),
});
export type TSurveyConsentQuestion = z.infer<typeof ZSurveyConsentQuestion>;