mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 20:16:25 +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(
|
IconButton(
|
||||||
icon: new FaIcon(FontAwesomeIcons.search),
|
icon: new FaIcon(FontAwesomeIcons.search),
|
||||||
tooltip: 'Search',
|
tooltip: 'Search',
|
||||||
onPressed: _search,
|
onPressed: _unsupported,
|
||||||
),
|
),
|
||||||
Text("Search"),
|
Text("Search"),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue