Skip to content

Commit

Permalink
chore(support): Added batch exports to the support modal (#26564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 authored Dec 2, 2024
1 parent de3cfb1 commit 87ed900
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/lib/components/Support/supportLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ export const TARGET_AREA_TO_NAME = [
'data-attr': `support-form-target-area-data_warehouse`,
label: 'Data warehouse',
},
{
value: 'batch_exports',
'data-attr': `support-form-target-area-batch-exports`,
label: 'Batch exports',
},
{
value: 'feature_flags',
'data-attr': `support-form-target-area-feature_flags`,
Expand Down

0 comments on commit 87ed900

Please sign in to comment.