Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Add Vendor btn from Consent > Vendors page #4509

Merged
merged 4 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The types of changes are:
- Increased max number of preferences allowed in privacy preference API calls [#4469](https://github.com/ethyca/fides/pull/4469)
- Reduce size of tcf_consent payload in fides_consent cookie [#4480](https://github.com/ethyca/fides/pull/4480)
- Change log level for FidesUserPermission retrieval to `debug` [#4482](https://github.com/ethyca/fides/pull/4482)
- Remove Add Vendor button from the Manage your vendors page[#4509](https://github.com/ethyca/fides/pull/4509)

### Fixed
- Fix type errors when TCF vendors have no dataDeclaration [#4465](https://github.com/ethyca/fides/pull/4465)
Expand Down
8 changes: 0 additions & 8 deletions clients/admin-ui/src/features/configure-consent/AddVendor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,6 @@ const AddVendor = ({
<Box mr={2}>
<AddMultipleVendors onCancel={modal.onOpen} />
</Box>
<Button
onClick={modal.onOpen}
data-testid="add-vendor-btn"
size="sm"
colorScheme="primary"
>
Add vendor
</Button>
<Formik
initialValues={initialValues}
enableReinitialize
Expand Down
Loading