mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
Hotfix JS for edit email button not found
This commit is contained in:
parent
ec56f176de
commit
e59cb9ae7d
1 changed files with 2 additions and 0 deletions
|
@ -530,6 +530,8 @@ function initializeWidgetOnList(list, parentId) {
|
|||
let emailWasSent = document.getElementById("action-needed-email-sent");
|
||||
let lastSentEmailText = document.getElementById("action-needed-email-last-sent-text");
|
||||
|
||||
var editEmailButton = document.getElementById('email-already-sent-modal_continue-editing-button');
|
||||
|
||||
// Get the list of e-mails associated with each action-needed dropdown value
|
||||
let emailData = document.getElementById('action-needed-emails-data');
|
||||
if (!emailData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue