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:
parent
0cc210cf2b
commit
04ad279c58
@ -246,7 +246,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
IconButton(
|
IconButton(
|
||||||
icon: new FaIcon(FontAwesomeIcons.search),
|
icon: new FaIcon(FontAwesomeIcons.search),
|
||||||
tooltip: 'Search',
|
tooltip: 'Search',
|
||||||
onPressed: _search,
|
onPressed: _unsupported,
|
||||||
),
|
),
|
||||||
Text("Search"),
|
Text("Search"),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user