Incorrect element type
authorAlexander Ebert <ebert@woltlab.com>
Sun, 29 Nov 2020 19:47:54 +0000 (20:47 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 29 Nov 2020 19:47:54 +0000 (20:47 +0100)
wcfsetup/install/files/ts/WoltLabSuite/Core/Acp/Ui/Option/EmailSmtpTest.ts

index 9be7ad96bf379cf51eaa0ab2b4c2676cd21d4d87..8c1bc4ae5f5bc92f9a6ec574d0e562e974cb0412 100644 (file)
@@ -21,7 +21,7 @@ interface AjaxResponse {
 
 class EmailSmtpTest implements AjaxCallbackObject {
   private readonly buttonRunTest: HTMLAnchorElement;
-  private readonly container: HTMLDivElement;
+  private readonly container: HTMLDListElement;
 
   constructor() {
     let smtpCheckbox: HTMLInputElement | null = null;