feat(FE-87): slicing ui multiple approval checkbox and approval modal confirmation

This commit is contained in:
randy-ar
2025-10-18 12:58:18 +07:00
parent a573551110
commit 9964e1797a
2 changed files with 97 additions and 15 deletions
+1
View File
@@ -7,6 +7,7 @@ import { ProductCategory } from "@/types/api/master-data/product-category";
export type BaseProjectFlock = {
name: string;
status: string;
flock: Flock;
flock_id: number;
area: Area;