diff --git a/app/components/forms/FeedbackForm.tsx b/app/components/forms/FeedbackForm.tsx index 3269001..d0c5b8b 100644 --- a/app/components/forms/FeedbackForm.tsx +++ b/app/components/forms/FeedbackForm.tsx @@ -9,7 +9,6 @@ type Question = { id: string; type: "rating" | "dropdown" | "scale" | "rating_labeled" | "checkbox_group" | "long_text"; label: string; - labelVi: string; min?: number; max?: number; placeholder?: string; @@ -127,7 +126,6 @@ export default function FeedbackForm({ data }: { data: FeedbackJson }) {
-

{q.labelVi}

{q.type === "rating" && ( @@ -239,7 +237,7 @@ export default function FeedbackForm({ data }: { data: FeedbackJson }) { {q.type === "long_text" && (