refactor(FE-316): Update uniformity payload/fields and file handling

This commit is contained in:
rstubryan
2025-12-28 11:50:14 +07:00
parent f37eea687a
commit b24fb54856
8 changed files with 132 additions and 44 deletions
+2 -1
View File
@@ -6,8 +6,9 @@ export type UniformityStep = 'preview' | 'result';
export type UniformityFormData = {
date: string;
week: number;
project_flock_kandang_id: number;
files: File | null;
file: File | null;
fileName: string;
};