Skip to content

Commit

Permalink
Remove 'Add a vendor' from consent configuration page (#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpople authored Jan 2, 2024
1 parent 2b520e9 commit 7f206d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The types of changes are:
- Allow CORS for privacy center `fides.js` and `fides-ext-gpp.js` endpoints
- Replace `GPP_EXT_PATH` env var in favor of a more flexible `FIDES_JS_BASE_URL` environment variable
- Change vendor add modal on consent configuration screen to use new vendor selector [#4532](https://github.com/ethyca/fides/pull/4532)
- Remove vendor add modal [#4535](https://github.com/ethyca/fides/pull/4535)

## [2.26.0](https://github.com/ethyca/fides/compare/2.25.0...main)

Expand Down
2 changes: 1 addition & 1 deletion clients/admin-ui/cypress/e2e/consent-configuration.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe("Consent configuration", () => {
});
});

describe("adding a vendor", () => {
describe.skip("adding a vendor", () => {
beforeEach(() => {
stubSystemCrud();
stubTaxonomyEntities();
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 @@ -229,14 +229,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 7f206d3

Please sign in to comment.