Skip to content

Commit

Permalink
Merge pull request #1949 from IntersectMBO/fix/1940-do-not-list-not-s…
Browse files Browse the repository at this point in the history
…aved-on-registration

[#1940] add doNotList as accepted key on DRep registration
  • Loading branch information
jdyczka authored Sep 5, 2024
2 parents 29770c2 + 0de621f commit dd8be91
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 @@ -17,6 +17,7 @@ changes.
### Fixed

- Make testIds for link and identity references in drep form unique [Issue 1928](https://github.com/IntersectMBO/govtool/issues/1928)
- Fix saving the Do Not List checkbox value on DRep registration [Issue 1940](https://github.com/IntersectMBO/govtool/issues/1940)

### Changed

Expand Down
1 change: 1 addition & 0 deletions govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const useRegisterAsdRepForm = (
"qualifications",
"paymentAddress",
"references",
"doNotList",
],
standardReference: CIP_119,
});
Expand Down

0 comments on commit dd8be91

Please sign in to comment.