Skip to content

Commit

Permalink
Update src/components/Questionnaire/QuestionnaireForm.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <[email protected]>
  • Loading branch information
amjithtitus09 and rithviknishad authored Jan 10, 2025
1 parent fbba385 commit 72e8e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Questionnaire/QuestionnaireForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export function QuestionnaireForm({
formState={questionnaireForms}
setFormState={setQuestionnaireForms}
/>
<div className="flex-1 overflow-y-auto w-full pb-8 space-y-2">
<div className="flex-1 overflow-y-auto w-full pb-8 space-y-2">
{/* Questionnaire Forms */}
{questionnaireForms.map((form, index) => (
<div
Expand Down

0 comments on commit 72e8e64

Please sign in to comment.