Skip to content

Commit

Permalink
Remove properties flag (#4710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey-Ethyca authored Mar 14, 2024
1 parent 7cae2de commit 6b6e279
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The types of changes are:
- Added Locations & Regulations pages to allow a wider selection of locations for consent [#4660](https://github.com/ethyca/fides/pull/4660)
- Erasure support for Simon Data [#4552](https://github.com/ethyca/fides/pull/4552)
- Added notice there will be no preview for Privacy Center types in the Experience preview [#4709](https://github.com/ethyca/fides/pull/4709)
- Removed properties beta flag [#4710](https://github.com/ethyca/fides/pull/4710)

### Changed
- Moved location-targeting from Notices to Experiences [#4576](https://github.com/ethyca/fides/pull/4576)
Expand Down
1 change: 0 additions & 1 deletion clients/admin-ui/src/features/common/nav/v2/nav-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export const NAV_CONFIG: NavConfigGroup[] = [
path: routes.PROPERTIES_ROUTE,
requiresPlus: true,
scopes: [ScopeRegistryEnum.PROPERTY_READ],
requiresFlag: "properties",
},
{
title: "Vendors",
Expand Down
6 changes: 0 additions & 6 deletions clients/admin-ui/src/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,5 @@
"development": true,
"test": true,
"production": false
},
"properties": {
"description": "Page to view properties",
"development": true,
"test": true,
"production": false
}
}

0 comments on commit 6b6e279

Please sign in to comment.