feat(sep): create constant of sep

This commit is contained in:
riefive
2025-10-21 13:24:51 +07:00
parent 0a62d95d3a
commit 25d44323f4
3 changed files with 53 additions and 15 deletions

No files matched your search

+13 -13
View File
@@ -317,17 +317,17 @@ watch(props, (value) => {
>
<div class="flex items-center space-x-2">
<RadioGroupItem
value="Ya"
id="cob-ya"
value="yes"
id="cob-yes"
/>
<Label for="cob-ya">Ya</Label>
<Label for="cob-yes">Ya</Label>
</div>
<div class="flex items-center space-x-2">
<RadioGroupItem
value="Tidak"
id="cob-tidak"
value="no"
id="cob-no"
/>
<Label for="cob-tidak">Tidak</Label>
<Label for="cob-no">Tidak</Label>
</div>
</RadioGroup>
</Field>
@@ -403,17 +403,17 @@ watch(props, (value) => {
>
<div class="flex items-center space-x-2">
<RadioGroupItem
value="Ya"
id="cob-ya"
value="yes"
id="cob-yes"
/>
<Label for="cob-ya">Ya</Label>
<Label for="cob-yes">Ya</Label>
</div>
<div class="flex items-center space-x-2">
<RadioGroupItem
value="Tidak"
id="cob-tidak"
id="cob-no"
/>
<Label for="cob-tidak">Tidak</Label>
<Label for="cob-no">Tidak</Label>
</div>
</RadioGroup>
</Field>
@@ -432,14 +432,14 @@ watch(props, (value) => {
>
<div class="flex items-center space-x-2">
<RadioGroupItem
value="Ya"
value="yes"
id="cataract-yes"
/>
<Label for="cataract-yes">Ya</Label>
</div>
<div class="flex items-center space-x-2">
<RadioGroupItem
value="Tidak"
value="no"
id="cataract-no"
/>
<Label for="cataract-no">Tidak</Label>