[UI] Bug fix for build output forms (#10640)
This commit is contained in:
parent
a02d1011e7
commit
2187a77153
|
|
@ -216,7 +216,7 @@ export function useBuildOrderOutputFields({
|
|||
location: {
|
||||
value: location,
|
||||
onValueChange: (value: any) => {
|
||||
setQuantity(value);
|
||||
setLocation(value);
|
||||
}
|
||||
},
|
||||
auto_allocate: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue