mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +00:00
Add initial part data to manufacturer part table (#7299)
This commit is contained in:
parent
cc423e9143
commit
190c100fcb
@ -73,7 +73,8 @@ export function ManufacturerPartTable({ params }: { params: any }): ReactNode {
|
|||||||
fields: manufacturerPartFields,
|
fields: manufacturerPartFields,
|
||||||
table: table,
|
table: table,
|
||||||
initialData: {
|
initialData: {
|
||||||
manufacturer: params?.manufacturer
|
manufacturer: params?.manufacturer,
|
||||||
|
part: params?.part
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user