mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Allow search widget to be constructed with or without an app bar
This commit is contained in:
parent
b6a5af08d8
commit
a3597c5d61
4 changed files with 31 additions and 11 deletions
|
|
@ -41,7 +41,7 @@ class InvenTreeDrawer extends StatelessWidget {
|
|||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => SearchWidget()
|
||||
builder: (context) => SearchWidget(true)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue