Displaying differences for changeset
 
display as  

static/er2_eofDB/js/components/ManageProjects.tsx

@@ -273,7 +273,7 @@
   }, [createProjectDetailsEQIPNum])
 
   useEffect(() => {
-    if (eqipIdAlreadyUsed) {
+    if (eqipIdAlreadyUsed && !isEditingProject) {
       const oldErrorInputs = errorInputs
       oldErrorInputs.push('detailsEQIPNum')
       setErrorInputs(oldErrorInputs)