feat(sep): create constant of sep
This commit is contained in:
No files matched your search
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user