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;