more
This commit is contained in:
@@ -291,7 +291,7 @@ const DocEditPage = (props) => {
|
|||||||
if (!docType) {
|
if (!docType) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (responseGenerations > 1) {
|
if (docType != "combined-numbered") {
|
||||||
setIsLoading(true);
|
setIsLoading(true);
|
||||||
getCompletions(documentId, docType)
|
getCompletions(documentId, docType)
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user