2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 02:35:27 +00:00

Further refactoring

This commit is contained in:
Oliver Walters
2022-07-06 20:54:17 +10:00
parent 7301243ed6
commit 6d247f426c
3 changed files with 53 additions and 76 deletions

View File

@ -354,9 +354,7 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => PaginatedBomList({
"part": part.pk.toString(),
})
builder: (context) => BillOfMaterialsWidget(part)
)
);
}