document upload form

This commit is contained in:
2022-02-03 15:13:00 +00:00
parent 3639fa3688
commit 5ea7681f77
47 changed files with 13368 additions and 12303 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ let Home = (props) => {
doc
);
var sectionCount = xpath.select("/form/tabs/tab[*]", doc);
sectionCount = 1; //sectionCount.length;
sectionCount = sectionCount.length;
var tabs = xpath.select("//form/tabs/tab[*]", doc);
+4
View File
@@ -69,6 +69,10 @@ export const getServerSideProps = wrapper.getServerSideProps(
]);
const providerConfig = await getProviderConfig();
store.dispatch(getGovGatewayConfig(providerConfig));
// const lpaData = require("../../data/lpa.json");
// const appealTypeData = require("../../data/appealtypes.json");
store.dispatch(setAppealType(appealTypeData));
store.dispatch(setLPA(lpaData));
}