Skip to content

Commit

Permalink
Add initial part data to manufacturer part table (#7299)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed May 22, 2024
1 parent cc423e9 commit 190c100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/src/tables/purchasing/ManufacturerPartTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export function ManufacturerPartTable({ params }: { params: any }): ReactNode {
fields: manufacturerPartFields,
table: table,
initialData: {
manufacturer: params?.manufacturer
manufacturer: params?.manufacturer,
part: params?.part
}
});

Expand Down

0 comments on commit 190c100

Please sign in to comment.