Skip to content

Commit

Permalink
Fix source-destination save button (#5469)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpople authored Nov 6, 2024
1 parent 5ca600a commit 5389ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The types of changes are:

### Fixed
- Fix rendering of subfield names in D&D tables [#5439](https://github.com/ethyca/fides/pull/5439)
- Fix "Save" button on system source/destination page not working [#5469](https://github.com/ethyca/fides/pull/5469)

### Developer Experience
- Added Carbon Icons to FidesUI [#5416](https://github.com/ethyca/fides/pull/5416)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export const DataFlowAccordionForm = ({
</Button>
<Button
type="primary"
htmlType="submit"
loading={isSubmitting}
disabled={!dirty && assignedDataFlow === initialDataFlows}
data-testid="save-btn"
Expand Down

0 comments on commit 5389ae0

Please sign in to comment.