accounts: hide previous date example in extend expiry

This commit is contained in:
Harvey Tindall 2023-12-24 01:52:16 +00:00
parent 0f72a85724
commit 9092b98b28
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 2 additions and 0 deletions

View File

@ -1746,6 +1746,8 @@ export class accountsList {
}
}
this._extendExpiryTextInput.value = "";
this._usingExtendExpiryTextInput = false;
this._extendExpiryDate.classList.add("unfocused");
this._displayExpiryDate();
window.modals.extendExpiry.show();
}