refactor(FE): Improve transition and laying state handling in

RecordingForm
This commit is contained in:
rstubryan
2026-03-09 15:03:42 +07:00
parent ace6633f79
commit 0929461ec5
2 changed files with 17 additions and 9 deletions
+1
View File
@@ -75,6 +75,7 @@ export type ProjectFlockKandangLookup = {
population: number;
chick_in_date: string;
is_transition: boolean;
is_laying: boolean;
};
export type ProjectFlockAvailableQuantity = {