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}
/>
);
})}