2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-13 19:36:46 +00:00

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

(cherry picked from commit 2187a77153)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2025-10-21 08:22:50 +11:00
committed by GitHub
parent bc42450e0a
commit f8bcc3ec17

View File

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