added in initial user flow screens

This commit is contained in:
2021-07-26 16:57:28 +01:00
parent 8bc839c63e
commit ead2987c65
23 changed files with 2279 additions and 110 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const RenderTextfield = ({
};
export function Textfield(props) {
const { name, label } = props;
const { name, label, validate } = props;
const required = (value) => (value ? undefined : "Required");
return (