added in lookup mocks

This commit is contained in:
2021-07-09 11:48:51 +01:00
parent 1c0faf24ef
commit 83441496c7
26 changed files with 3344 additions and 2990 deletions
+1
View File
@@ -30,6 +30,7 @@ export default function BuildRow(props) {
fieldType={fieldtype[0].value}
label={rows[0].value}
datafieldname={datafieldname[0].value}
key={key}
/>
);
})}
+3 -3
View File
@@ -56,10 +56,10 @@ const BuildSection = (props) => {
sectionCount={props.sectionCount}
/>
{}
<div class="govuk-button-group">
<div className="govuk-button-group">
{props.sectionCount != currentSection ? (
<button
class="govuk-button"
className="govuk-button"
data-module="govuk-button"
onClick={() =>
setCurrentSection(currentSection + 1)
@@ -72,7 +72,7 @@ const BuildSection = (props) => {
)}
{currentSection > 1 ? (
<a
class="govuk-link"
className="govuk-link"
href="#"
onClick={() =>
setCurrentSection(currentSection - 1)