Renamed the "content" dataset to "text" in the base account selector of the account form, for consistency.
This commit is contained in:
@ -282,7 +282,7 @@ class BaseAccountSelector {
|
||||
});
|
||||
for (const option of this.#options) {
|
||||
option.onclick = () => {
|
||||
this.#form.setBaseAccount(option.dataset.code, option.dataset.content);
|
||||
this.#form.setBaseAccount(option.dataset.code, option.dataset.text);
|
||||
};
|
||||
}
|
||||
this.#clearButton.onclick = () => {
|
||||
|
Reference in New Issue
Block a user