mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 21:16:28 +02:00
Update get-gov-admin.js
This commit is contained in:
parent
b30e0173c4
commit
02e18a372c
1 changed files with 4 additions and 4 deletions
|
@ -716,11 +716,11 @@ class customRejectedEmail extends CustomizableEmailBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
loadRejectedEmail() {
|
loadRejectedEmail() {
|
||||||
this.initializeFormGroups("rejected", "showRejectionReason");
|
this.initializeFormGroups();
|
||||||
this.updateUserInterface();
|
this.updateUserInterface();
|
||||||
this.initializeDropdown("Error when attempting to grab rejected email: ")
|
this.initializeDropdown();
|
||||||
this.initializeModalConfirm()
|
this.initializeModalConfirm();
|
||||||
this.initializeDirectEditButton()
|
this.initializeDirectEditButton();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Overrides the placeholder text when no reason is selected
|
// Overrides the placeholder text when no reason is selected
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue