diff --git a/corehq/toggles/__init__.py b/corehq/toggles/__init__.py index af668b43834a..7cc1c96e7f1e 100644 --- a/corehq/toggles/__init__.py +++ b/corehq/toggles/__init__.py @@ -1418,7 +1418,7 @@ def _commtrackify(domain_name, toggle_is_enabled): EXPORT_DATA_SOURCE_DATA = StaticToggle( 'export_data_source_data', 'Add Export Data Source Data page', - TAG_SOLUTIONS_OPEN, + TAG_CUSTOM, [NAMESPACE_USER, NAMESPACE_DOMAIN], description="Add the Export Data Source Data page to the Data tab", )