Fix SignupPage
This commit is contained in:
@@ -16,9 +16,6 @@ const questionToUISchemaProp = (question: Question) => {
|
||||
"ui:widget": "radio",
|
||||
}
|
||||
}
|
||||
else {
|
||||
throw new Error(`No mapping to UI schema prop for question type ${question.type}`);
|
||||
}
|
||||
return {
|
||||
[question.id]: obj,
|
||||
};
|
||||
|
||||
@@ -51,7 +51,7 @@ const StyledSection = styled(TextSection)`
|
||||
}
|
||||
|
||||
.reserved {
|
||||
color: color(blue1);
|
||||
color: ${colors.blue1};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user