refactor(FE): Use kilograms for egg weight fields

This commit is contained in:
rstubryan
2026-01-21 13:23:31 +07:00
parent f73672f65c
commit fd4b584ccd
@@ -2759,7 +2759,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
)}
<th>Kondisi Telur</th>
<th>Jumlah</th>
<th>Berat (gram)</th>
<th>Total Berat (Kilogram)</th>
{(type as 'add' | 'edit' | 'detail') !== 'detail' && (
<th>Action</th>
)}
@@ -2880,7 +2880,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
className={{
wrapper: 'w-full min-w-24',
}}
placeholder='Masukkan berat telur (gram)...'
placeholder='Masukkan total berat telur (Kilogram)...'
/>
</td>
{(type as 'add' | 'edit' | 'detail') !== 'detail' && (