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 137dd96 commit f3f3131
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 @@ -506,7 +506,7 @@ const AddQuestionModal: React.FC<AddQuestionModalProps> = ({
) : renderingType === 'toggle' ? (
<div>
<TextInput
id="lableTrue"
id="labelTrue"
labelText={t('Label true', 'Label true')}
value={t(toggleLabelTrue || '')}
onChange={(event: React.ChangeEvent<HTMLInputElement>) =>
Expand Down

0 comments on commit f3f3131

Please sign in to comment.