mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
refactor(FE): Prefer latest_approval action and add file_name
This commit is contained in:
+1
-3
@@ -1,7 +1,4 @@
|
||||
import { BaseMetadata } from '@/types/api/api-general';
|
||||
import { Location } from '@/types/api/location/location';
|
||||
import { ProjectFlock } from '@/types/api/project-flock/project-flock';
|
||||
import { Kandang } from '@/types/api/kandang/kandang';
|
||||
import { BaseApproval } from '@/types/api/approval/approval';
|
||||
|
||||
// ==================== GET ALL RESPONSE ====================
|
||||
@@ -11,6 +8,7 @@ export type Uniformity = BaseMetadata & {
|
||||
location_name: string;
|
||||
flock_name: string;
|
||||
kandang_name: string;
|
||||
file_name: string;
|
||||
applied_at: string;
|
||||
week: number;
|
||||
status: string;
|
||||
|
||||
Reference in New Issue
Block a user