Skip to content

Commit

Permalink
Update src/components/interactive-builder/add-question.modal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo authored Sep 24, 2024
1 parent 2c07868 commit 1cff61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/interactive-builder/add-question.modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ const AddQuestionModal: React.FC<AddQuestionModalProps> = ({
required
/>
<TextInput
id="lableFalse"
id="labelFalse"
labelText={t('labelFalse', 'Label false')}
value={t(toggleLabelFalse || '')}
onChange={(event: React.ChangeEvent<HTMLInputElement>) =>
Expand Down

0 comments on commit 1cff61b

Please sign in to comment.