Fixed the parameter type for the JavaScript AccountSelector class.
This commit is contained in:
parent
a2c2452ec5
commit
b45986ecfc
@ -48,7 +48,7 @@ class AccountSelector {
|
|||||||
/**
|
/**
|
||||||
* Constructs an account selector.
|
* Constructs an account selector.
|
||||||
*
|
*
|
||||||
* @param modal {HTMLFormElement} the account selector modal
|
* @param modal {HTMLDivElement} the account selector modal
|
||||||
*/
|
*/
|
||||||
constructor(modal) {
|
constructor(modal) {
|
||||||
this.#entryType = modal.dataset.entryType;
|
this.#entryType = modal.dataset.entryType;
|
||||||
|
Loading…
Reference in New Issue
Block a user