From 0de621f4812fee7717d2f133d2b6def88fd7775d Mon Sep 17 00:00:00 2001 From: Joanna Dyczka Date: Thu, 5 Sep 2024 15:42:35 +0200 Subject: [PATCH] [#1940] add doNotList as accepted key on DRep registration --- CHANGELOG.md | 1 + govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f8e3b4..030d5f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx b/govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx index df804559..58116931 100644 --- a/govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx +++ b/govtool/frontend/src/hooks/forms/useRegisterAsdRepForm.tsx @@ -106,6 +106,7 @@ export const useRegisterAsdRepForm = ( "qualifications", "paymentAddress", "references", + "doNotList", ], standardReference: CIP_119, });