Fix for useConsumeBuildLinesForm

This commit is contained in:
Oliver Walters 2026-06-28 00:50:54 +00:00
parent 9ce8dd0921
commit df8fd198e1
1 changed files with 1 additions and 0 deletions

View File

@ -1052,6 +1052,7 @@ export function useConsumeBuildLinesForm({
initialData: {
lines: filteredLines.map((item) => {
return {
id: item.pk,
build_line: item.pk
};
})