added in lookup mocks
This commit is contained in:
@@ -30,6 +30,7 @@ export default function BuildRow(props) {
|
||||
fieldType={fieldtype[0].value}
|
||||
label={rows[0].value}
|
||||
datafieldname={datafieldname[0].value}
|
||||
key={key}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user