feat: updates survey template

This commit is contained in:
Piyush Gupta
2024-08-27 15:26:08 +05:30
parent 275731e381
commit 4a5c0b1409
3 changed files with 2943 additions and 334 deletions

View File

@@ -1,4 +1,3 @@
// @ts-nocheck
import {
getConditionOperatorOptions,
getConditionValueOptions,

View File

@@ -1,4 +1,3 @@
// @ts-nocheck
"use client";
import { AddEndingCardButton } from "@/app/(app)/(survey-editor)/environments/[environmentId]/surveys/[surveyId]/edit/components/AddEndingCardButton";
@@ -37,8 +36,6 @@ import { EditWelcomeCard } from "./EditWelcomeCard";
import { HiddenFieldsCard } from "./HiddenFieldsCard";
import { QuestionsDroppable } from "./QuestionsDroppable";
// @ts-nocheck
interface QuestionsViewProps {
localSurvey: TSurvey;
setLocalSurvey: React.Dispatch<SetStateAction<TSurvey>>;

File diff suppressed because it is too large Load Diff