mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Display part notes and stock notes
This commit is contained in:
@ -46,7 +46,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||
|
||||
showSearch(
|
||||
context: context,
|
||||
delegate: PartSearchDelegate()
|
||||
delegate: PartSearchDelegate(context)
|
||||
);
|
||||
}
|
||||
|
||||
@ -55,7 +55,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||
|
||||
showSearch(
|
||||
context: context,
|
||||
delegate: StockSearchDelegate()
|
||||
delegate: StockSearchDelegate(context)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user