This commit is contained in:
Kenneth Jannette
2024-03-13 23:33:42 -05:00
parent 13ba4035e1
commit 0c871e1b44

View File

@@ -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) => {