This commit is contained in:
Kenneth Jannette
2024-02-01 17:32:39 -06:00
parent c7f25d9adc
commit cc6f850e99

View File

@@ -147,7 +147,8 @@ const DocEditPage = () => {
/*
* GET parsed requests.
* GET completions if already generated
* */
*/
useEffect(() => {
if (!documentId || !documentType) {
return;