Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

[#1153] Adds warning to subject request denial UI #1298

Merged
merged 2 commits into from
Sep 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const DenyPrivacyRequestModal = ({
<ModalContent width="100%" maxWidth="456px">
<ModalHeader>Data subject request denial</ModalHeader>
<ModalBody color="gray.500" fontSize="14px">
Please enter a reason for denying this data subject request
Please enter a reason for denying this data subject request. Please
note: this can be seen by the data subject in their notification email.
</ModalBody>
<ModalBody>
<Textarea
Expand Down