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