Skip to content

Commit

Permalink
fix: add textPickerModalFormDraft onxy key
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictb committed Aug 1, 2024
1 parent 7c0c1db commit edb81c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ONYXKEYS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,7 @@ const ONYXKEYS = {
SEARCH_ADVANCED_FILTERS_FORM: 'searchAdvancedFiltersForm',
SEARCH_ADVANCED_FILTERS_FORM_DRAFT: 'searchAdvancedFiltersFormDraft',
TEXT_PICKER_MODAL_FORM: 'textPickerModalForm',
TEXT_PICKER_MODAL_FORM_DRAFT: 'textPickerModalFormDraft',
},
} as const;

Expand Down

0 comments on commit edb81c1

Please sign in to comment.