From b45986ecfc0085144561b194f215797d26592c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 10 Mar 2023 12:03:06 +0800 Subject: [PATCH] Fixed the parameter type for the JavaScript AccountSelector class. --- src/accounting/static/js/account-selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/static/js/account-selector.js b/src/accounting/static/js/account-selector.js index 9f9bb6e..d721d43 100644 --- a/src/accounting/static/js/account-selector.js +++ b/src/accounting/static/js/account-selector.js @@ -48,7 +48,7 @@ class AccountSelector { /** * Constructs an account selector. * - * @param modal {HTMLFormElement} the account selector modal + * @param modal {HTMLDivElement} the account selector modal */ constructor(modal) { this.#entryType = modal.dataset.entryType;