Fixed the typo "model" to "modal" in the templates.

This commit is contained in:
2023-02-26 09:56:42 +08:00
parent a672a13789
commit 284b5be128
4 changed files with 8 additions and 8 deletions

View File

@ -38,7 +38,7 @@ document.addEventListener("DOMContentLoaded", function () {
* @private
*/
function initializeBaseAccountSelector() {
const selector = document.getElementById("accounting-base-selector-model");
const selector = document.getElementById("accounting-base-selector-modal");
const base = document.getElementById("accounting-base");
const baseCode = document.getElementById("accounting-base-code");
const baseContent = document.getElementById("accounting-base-content");