Skip to content

Commit 2deb7c3

Browse files
committed
[RZB-2500048]: fixed survey form typing error
1 parent a8df1ac commit 2deb7c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/survey.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
import SurveyForm from "@/components/surveyForm.astro";
33
import BaseLayout from "@/layouts/Base";
44
import type { SurveyData } from "@/types";
5+
import { Debug } from "astro:components";
56
import surveyData from "../data/survey.json";
67
---
78

8-
<!--<Debug data={surveyData} />-->
9+
<Debug data={surveyData} />
910
<BaseLayout meta={{ title: "Survey Form" }}>
1011
<SurveyForm data={surveyData as SurveyData} />
1112
</BaseLayout>

0 commit comments

Comments
 (0)