mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-07 03:11:47 -05:00
fix: question change issue (#6091)
This commit is contained in:
committed by
GitHub
parent
e81190214f
commit
1536bf6907
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user