Fix typo (#12824)
This commit is contained in:
parent
d90e5662ef
commit
e235036ecd
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue