Пофиксил баги после слияния
This commit is contained in:
parent
2a69fbeb58
commit
636af51602
@ -356,6 +356,6 @@ namespace CaseAccountingBusinessLogic.OfficePackage
|
|||||||
currentRow++;
|
currentRow++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user