This commit is contained in:
Kenneth Jannette
2024-02-01 13:24:05 -06:00
parent ebd8f1ceda
commit 2daf3dec73
3 changed files with 23 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ const DocEditPage = () => {
parseInt(responseGenerations)
);
const [index, setIndex] = useState(0);
console.log("~~~~~~~~~~~~~~~~~~~~~~~group", group.state);
// For document generation:
const state = group ? group?.state : null;
const lawFirm = group ? group?.firm : null;