diff --git a/web/client/src/sections/fillion/components/project/project.js b/web/client/src/sections/fillion/components/project/project.js index 59809f4c..17894cf5 100644 --- a/web/client/src/sections/fillion/components/project/project.js +++ b/web/client/src/sections/fillion/components/project/project.js @@ -113,7 +113,7 @@ const ProjectModal = (props) => { } } }} - initialValues={{ ...recortd, done: recortd.done ? 'true' : 'false' }} + initialValues={{ ...recortd, done: typecard == 'compile'?recortd?.done ? 'true' : 'false':'' }} > {typecard == 'compile' ?