Skip to content

Commit

Permalink
Merge pull request #799 from AI4Bharat/minorfix11
Browse files Browse the repository at this point in the history
minor fix for paraphrase setting
  • Loading branch information
aparna-aa authored Aug 19, 2024
2 parents a9544a3 + 3a0c207 commit b805227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Organization/Project/EditProject.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const EditProject = () => {
setVoiceOverSourceType(projectInfo?.default_voiceover_type);
setDate(projectInfo?.default_eta);
setIntegrateVideo(projectInfo?.video_integration);
setParaphrase(projectInfo?.paraphrase_enabled);
setParaphrase(projectInfo?.paraphrasing_enabled);
}
}, [projectInfo]);

Expand Down

0 comments on commit b805227

Please sign in to comment.