Update DynamicDoc.vue

pull/4092/head
Tuğçe Küçükoğlu 2023-06-27 16:57:28 +03:00
parent 599faa3205
commit f4ba20b222
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<div class="card flex justify-content-center">
<div class="flex flex-column gap-3">
<div v-for="category in categories" :key="category.key" class="flex align-items-center">
<RadioButton v-model="selectedCategory" :inputId="category.key" name="pizza" :value="category.name" />
<RadioButton v-model="selectedCategory" :inputId="category.key" name="pizza2" :value="category.name" />
<label :for="category.key" class="ml-2">{{ category.name }}</label>
</div>
</div>