mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 18:55:34 +00:00
Allow search widget to be constructed with or without an app bar
This commit is contained in:
@ -41,7 +41,7 @@ class InvenTreeDrawer extends StatelessWidget {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => SearchWidget()
|
||||
builder: (context) => SearchWidget(true)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user