Skip to content

Commit

Permalink
Merge pull request #27355 from software-mansion-labs/ts-migration/Clo…
Browse files Browse the repository at this point in the history
…seAccount

[TS migration] Migrate 'CloseAccount.js' lib to TypeScript
  • Loading branch information
neil-marcellini authored Sep 26, 2023
2 parents b636b64 + b5dd0e2 commit f2a9e9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ const CONST = {
},
DEFAULT_TIME_ZONE: {automatic: true, selected: 'America/Los_Angeles'},
DEFAULT_ACCOUNT_DATA: {errors: null, success: '', isLoading: false},
DEFAULT_CLOSE_ACCOUNT_DATA: {errors: {}, success: '', isLoading: false},
DEFAULT_CLOSE_ACCOUNT_DATA: {errors: null, success: '', isLoading: false},
FORMS: {
LOGIN_FORM: 'LoginForm',
VALIDATE_CODE_FORM: 'ValidateCodeForm',
Expand Down
File renamed without changes.

0 comments on commit f2a9e9f

Please sign in to comment.