Фикс названия поля для болезни в редакторе симптома

This commit is contained in:
Никита Потапов 2024-04-30 21:37:19 +04:00
parent 75fad1018b
commit 1186721b8c

View File

@ -14,7 +14,7 @@
<div class="row mb-5">
<div class="col-3 d-flex align-content-center">
<h5 class="me-2">Болезни</h5>
<select id="recipeId" name="recipeId" class="me-2">
<select id="diagnoseId" name="diagnoseId" class="me-2">
<option value="">Выберите болезнь</option>
@{
int count = 10;