feat: add dynamic optional fields support (#534)
Added a new component that renders fields based on the field descriptions returned from backend VAN-835
This commit is contained in:
@@ -70,7 +70,7 @@ const LogistrationDefaultProps = {
|
||||
};
|
||||
const LogistrationProps = {
|
||||
secondaryProviders: PropTypes.arrayOf(PropTypes.shape({
|
||||
name: PropTypes.string.isRequried,
|
||||
name: PropTypes.string.isRequired,
|
||||
loginUrl: PropTypes.string.isRequired,
|
||||
})),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user