mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Search icon displays unsupported dialog
This commit is contained in:
parent
0cc210cf2b
commit
04ad279c58
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||
IconButton(
|
||||
icon: new FaIcon(FontAwesomeIcons.search),
|
||||
tooltip: 'Search',
|
||||
onPressed: _search,
|
||||
onPressed: _unsupported,
|
||||
),
|
||||
Text("Search"),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue