[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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