Skip to content

Commit

Permalink
Remove Add Vendor btn from Consent > Vendors page (#4509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey-Ethyca committed Dec 11, 2023
1 parent 59093e5 commit 0fa4a12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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

0 comments on commit 0fa4a12

Please sign in to comment.