Skip to content

Commit

Permalink
minor fix for paraphrase setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar committed Aug 16, 2024
1 parent b192b70 commit 3a0c207
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 3a0c207

Please sign in to comment.