Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
b4s36t4 committed Dec 11, 2023
1 parent b4fed07 commit b71d943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ONYXKEYS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ const ONYXKEYS = {
FORMS: {
ADD_DEBIT_CARD_FORM: 'addDebitCardForm',
ADD_DEBIT_CARD_FORM_DRAFT: 'addDebitCardFormDraft',
WORKSPACE_EDIT_NAME_DRAFT: 'workspaceEditNameDraft',
WORKSPACE_EDIT_NAME: 'workspaceEditName',
WORKSPACE_EDIT_NAME_DRAFT: 'workspaceEditNameDraft',
WORKSPACE_RATE_AND_UNIT_FORM: 'workspaceRateAndUnitForm',
WORKSPACE_RATE_AND_UNIT_FORM_DRAFT: 'workspaceRateAndUnitFormDraft',
CLOSE_ACCOUNT_FORM: 'closeAccount',
Expand Down

0 comments on commit b71d943

Please sign in to comment.