Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
d56dd1d19f
commit
09fc48b70b
@@ -52,6 +52,7 @@ export function EstoppelForm() {
|
||||
const [client, setClient] = useState<ClientLite | null>(null);
|
||||
const [clientId, setClientId] = useState("");
|
||||
const [firm, setFirm] = useState<FirmInfo | null>(null);
|
||||
const [template, setTemplate] = useState<FormTemplateConfig | null>(null);
|
||||
|
||||
const [date, setDate] = useState(new Date().toISOString().slice(0, 10));
|
||||
const [parcelId, setParcelId] = useState("");
|
||||
@@ -89,6 +90,7 @@ export function EstoppelForm() {
|
||||
|
||||
useEffect(() => {
|
||||
fetchFirm().then(setFirm);
|
||||
loadFormTemplate("estoppel").then(setTemplate);
|
||||
}, []);
|
||||
|
||||
const total1 =
|
||||
|
||||
Reference in New Issue
Block a user