Skip to content

Commit

Permalink
Allow users to toggle privacy notice flag (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking authored May 1, 2023
1 parent c7a25bf commit a0c26a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The types of changes are:
- Moved Privacy Declarations associated with Systems to their own DB table [#3098](https://github.com/ethyca/fides/pull/3098)
- More tests on data use validation for privacy notices within the same region [#3156](https://github.com/ethyca/fides/pull/3156)
- Improvements to export code for bugfixes and privacy declaration custom field support [#3184](https://github.com/ethyca/fides/pull/3184)
- Enabled privacy notice feature flag [#3192](https://github.com/ethyca/fides/pull/3192)

### Removed

Expand Down
3 changes: 1 addition & 2 deletions clients/admin-ui/src/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"description": "Page to configure consent privacy notices",
"development": true,
"test": true,
"production": false,
"userCannotModify": true
"production": false
}
}

0 comments on commit a0c26a8

Please sign in to comment.