This commit is contained in:
Kenneth Jannette
2024-03-14 00:04:08 -05:00
parent 0c871e1b44
commit 36cae8556a
2 changed files with 7 additions and 2 deletions

View File

@@ -287,6 +287,7 @@ const DocEditPage = (props) => {
}
}, [documentId, docType, docType]);
*/
useEffect(() => {
if (!docType) {
return;