Skip to content

Commit

Permalink
chore: Remove beta labels from support modal (#25421)
Browse files Browse the repository at this point in the history
  • Loading branch information
joethreepwood authored Oct 9, 2024
1 parent b7b811b commit b32fb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/components/Support/supportLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const TARGET_AREA_TO_NAME = [
{
value: 'data_warehouse',
'data-attr': `support-form-target-area-data_warehouse`,
label: 'Data warehouse (beta)',
label: 'Data warehouse',
},
{
value: 'feature_flags',
Expand Down Expand Up @@ -171,7 +171,7 @@ export const TARGET_AREA_TO_NAME = [
{
value: 'web_analytics',
'data-attr': `support-form-target-area-web_analytics`,
label: 'Web Analytics (beta)',
label: 'Web Analytics',
},
],
},
Expand Down

0 comments on commit b32fb5c

Please sign in to comment.