mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 22:35:45 +00:00
refactor(FE-316): Update uniformity payload/fields and file handling
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user