Fix typo in variable name for "Penyebab" in Gangguan components

This commit is contained in:
Dede Fuji Abdul
2024-03-20 19:57:31 +07:00
parent 0cd0aad10f
commit ffaf9c9971
9 changed files with 145 additions and 21 deletions

View File

@ -739,7 +739,7 @@
</div>
<div class="flex flex-row items-center justify-between w-full">
<h3 class="text-sm font-medium w-[135px] text-gray-800">Penyeban:</h3>
<h3 class="text-sm font-medium w-[135px] text-gray-800">Penyebab:</h3>
<InputText :readonly="true" :value="dataSubSelected?.penyebab" class-name="flex-1" />
</div>
</div>