Пофиксил баги после слияния
This commit is contained in:
parent
2a69fbeb58
commit
636af51602
@ -356,6 +356,6 @@ namespace CaseAccountingBusinessLogic.OfficePackage
|
||||
currentRow++;
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
const updateBtn =
|
||||
.getElementById("update-button");
|
||||
const updateBtn = document.getElementById("update-button");
|
||||
const nameInput = document.getElementById("name-input")
|
||||
const specializationId = document.getElementById("spec-id").dataset.id
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user