added in initial user flow screens
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user