This commit is contained in:
Jacob Herrington 2021-02-25 15:03:16 -06:00 committed by GitHub
parent d90e5662ef
commit e235036ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,11 @@ export class ProfileForm extends Component {
}
componentDidMount() {
this.getProfielFieldGroups();
this.getProfileFieldGroups();
updateOnboarding('v2: personal info form');
}
async getProfielFieldGroups() {
async getProfileFieldGroups() {
try {
const response = await request(`/profile_field_groups?onboarding=true`);
if (response.ok) {