Skip to content

Commit

Permalink
Merge branch 'develop2' into login
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaya224 committed Aug 19, 2024
2 parents f473dd7 + b805227 commit 1071ee4
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 1071ee4

Please sign in to comment.