Пофиксил баги после слияния

This commit is contained in:
maxnes3 2023-05-20 04:14:14 +04:00
parent 2a69fbeb58
commit 636af51602
2 changed files with 2 additions and 3 deletions

View File

@ -356,6 +356,6 @@ namespace CaseAccountingBusinessLogic.OfficePackage
currentRow++; currentRow++;
} }
} }
}*/ }
} }
} }

View File

@ -1,5 +1,4 @@
const updateBtn = const updateBtn = document.getElementById("update-button");
.getElementById("update-button");
const nameInput = document.getElementById("name-input") const nameInput = document.getElementById("name-input")
const specializationId = document.getElementById("spec-id").dataset.id const specializationId = document.getElementById("spec-id").dataset.id