refactor(FE-316): Add fileName to Uniformity form data

This commit is contained in:
rstubryan
2025-12-27 21:36:34 +07:00
parent 819b709f7e
commit fd2077c68b
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ type UniformityFormData = {
date: string;
project_flock_kandang_id: number;
files: File | null;
fileName: string | null;
};
type DrawerUISlice = {