2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-10 03:08:51 +00:00

Search icon displays unsupported dialog

This commit is contained in:
Oliver Walters 2020-04-05 22:31:43 +10:00
parent 0cc210cf2b
commit 04ad279c58

View File

@ -246,7 +246,7 @@ class _MyHomePageState extends State<MyHomePage> {
IconButton(
icon: new FaIcon(FontAwesomeIcons.search),
tooltip: 'Search',
onPressed: _search,
onPressed: _unsupported,
),
Text("Search"),
],