Skip to content

Commit

Permalink
Merge pull request #28269 from fabioh8010/ts/lib/PersonalDetails
Browse files Browse the repository at this point in the history
[No QA] [TS migration] Migrate 'PersonalDetails.js' lib to TypeScript
  • Loading branch information
cristipaval authored Nov 6, 2023
2 parents 2cac04c + 3d2abe0 commit 8eaf6c4
Show file tree
Hide file tree
Showing 10 changed files with 304 additions and 226 deletions.
2 changes: 1 addition & 1 deletion src/ONYXKEYS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ type OnyxValues = {
[ONYXKEYS.FORMS.WELCOME_MESSAGE_FORM]: OnyxTypes.Form;
[ONYXKEYS.FORMS.LEGAL_NAME_FORM]: OnyxTypes.Form;
[ONYXKEYS.FORMS.WORKSPACE_INVITE_MESSAGE_FORM]: OnyxTypes.Form;
[ONYXKEYS.FORMS.DATE_OF_BIRTH_FORM]: OnyxTypes.Form;
[ONYXKEYS.FORMS.DATE_OF_BIRTH_FORM]: OnyxTypes.DateOfBirthForm;
[ONYXKEYS.FORMS.HOME_ADDRESS_FORM]: OnyxTypes.Form;
[ONYXKEYS.FORMS.NEW_ROOM_FORM]: OnyxTypes.Form;
[ONYXKEYS.FORMS.ROOM_SETTINGS_FORM]: OnyxTypes.Form;
Expand Down
Loading

0 comments on commit 8eaf6c4

Please sign in to comment.