mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Merge pull request #3100 from cisagov/rh/fix-domain-request-deletion
Bug Fix: New Domain Request Deletion Error - [RH]
This commit is contained in:
commit
3bba70ca35
1 changed files with 1 additions and 1 deletions
|
@ -1970,7 +1970,7 @@ class DomainRequestsTable extends BaseTable {
|
|||
modalHeading = `Are you sure you want to delete ${requested_domain}?`;
|
||||
modalDescription = 'This will remove the domain request from the .gov registrar. This action cannot be undone.';
|
||||
} else {
|
||||
if (request.created_at) {
|
||||
if (created_at) {
|
||||
modalHeading = 'Are you sure you want to delete this domain request?';
|
||||
modalDescription = `This will remove the domain request (created ${utcDateString(created_at)}) from the .gov registrar. This action cannot be undone`;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue