From fd4b584ccd0537fa965980cfb30e819c29223d67 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Wed, 21 Jan 2026 13:23:31 +0700 Subject: [PATCH] refactor(FE): Use kilograms for egg weight fields --- .../pages/production/recording/form/RecordingForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/production/recording/form/RecordingForm.tsx b/src/components/pages/production/recording/form/RecordingForm.tsx index 17a1d020..30859656 100644 --- a/src/components/pages/production/recording/form/RecordingForm.tsx +++ b/src/components/pages/production/recording/form/RecordingForm.tsx @@ -2759,7 +2759,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => { )} Kondisi Telur Jumlah - Berat (gram) + Total Berat (Kilogram) {(type as 'add' | 'edit' | 'detail') !== 'detail' && ( Action )} @@ -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)...' /> {(type as 'add' | 'edit' | 'detail') !== 'detail' && (