mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +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() {
|
||||
this.initializeFormGroups("rejected", "showRejectionReason");
|
||||
this.initializeFormGroups();
|
||||
this.updateUserInterface();
|
||||
this.initializeDropdown("Error when attempting to grab rejected email: ")
|
||||
this.initializeModalConfirm()
|
||||
this.initializeDirectEditButton()
|
||||
this.initializeDropdown();
|
||||
this.initializeModalConfirm();
|
||||
this.initializeDirectEditButton();
|
||||
}
|
||||
|
||||
// Overrides the placeholder text when no reason is selected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue