mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
refactor(FE-316): Add fileName to Uniformity form data
This commit is contained in:
Vendored
+1
@@ -13,6 +13,7 @@ type UniformityFormData = {
|
||||
date: string;
|
||||
project_flock_kandang_id: number;
|
||||
files: File | null;
|
||||
fileName: string | null;
|
||||
};
|
||||
|
||||
type DrawerUISlice = {
|
||||
|
||||
Reference in New Issue
Block a user