mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE-208,212): refine PurchaseRequestForm validation and state management
This commit is contained in:
@@ -21,7 +21,7 @@ type PurchaseRequestFormSchemaType = {
|
||||
warehouse?: {
|
||||
value: number;
|
||||
label: string;
|
||||
};
|
||||
} | null;
|
||||
warehouse_id: number;
|
||||
notes: string | null;
|
||||
items: {
|
||||
|
||||
Reference in New Issue
Block a user