2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-23 09:27:39 +00:00

[UI] Bug fix for build output forms (#10640)

This commit is contained in:
Oliver
2025-10-21 08:03:29 +11:00
committed by GitHub
parent a02d1011e7
commit 2187a77153

View File

@@ -216,7 +216,7 @@ export function useBuildOrderOutputFields({
location: {
value: location,
onValueChange: (value: any) => {
setQuantity(value);
setLocation(value);
}
},
auto_allocate: {