Skip to content

Commit

Permalink
remove ff from temp file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkikapadia committed Jan 7, 2025
1 parent 05b97e9 commit 2074d5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sentry/features/temporary.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def register_temporary_features(manager: FeatureManager):
manager.add("organizations:dashboards-span-metrics", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=False)
# Enable table view on dashboards landing page
manager.add("organizations:dashboards-table-view", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable access protected editing of dashboards
manager.add("organizations:dashboards-edit-access", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable share links for dashboards for sharing outside the org
manager.add("organizations:dashboards-share", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
# Enable favouriting dashboards
Expand Down

0 comments on commit 2074d5c

Please sign in to comment.