mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Further refactoring
This commit is contained in:
parent
7301243ed6
commit
6d247f426c
3 changed files with 53 additions and 76 deletions
|
|
@ -354,9 +354,7 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
|||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => PaginatedBomList({
|
||||
"part": part.pk.toString(),
|
||||
})
|
||||
builder: (context) => BillOfMaterialsWidget(part)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue