more
This commit is contained in:
@@ -276,7 +276,6 @@ const DocEditPage = (props) => {
|
||||
setResponsesCreated((responsesCreated) => responsesCreated + 1);
|
||||
}
|
||||
|
||||
/*
|
||||
useEffect(() => {
|
||||
if (!docType) {
|
||||
return;
|
||||
@@ -286,7 +285,6 @@ const DocEditPage = (props) => {
|
||||
generateRespIncominIrregDiscReq(documentId, clientPosition);
|
||||
}
|
||||
}, [documentId, docType, docType]);
|
||||
*/
|
||||
|
||||
useEffect(() => {
|
||||
if (!docType) {
|
||||
|
||||
Reference in New Issue
Block a user