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:
@@ -216,7 +216,7 @@ export function useBuildOrderOutputFields({
|
|||||||
location: {
|
location: {
|
||||||
value: location,
|
value: location,
|
||||||
onValueChange: (value: any) => {
|
onValueChange: (value: any) => {
|
||||||
setQuantity(value);
|
setLocation(value);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
auto_allocate: {
|
auto_allocate: {
|
||||||
|
Reference in New Issue
Block a user