mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Add edit button for Company tile
This commit is contained in:
parent
7a7fc84ffe
commit
e92a05a306
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ class _CompanyDetailState extends RefreshableState<CompanyDetailWidget> {
|
|||
image: InvenTreeAPI().getImage(company.image),
|
||||
width: 48,
|
||||
),
|
||||
trailing: IconButton(
|
||||
icon: FaIcon(FontAwesomeIcons.edit),
|
||||
onPressed: null,
|
||||
),
|
||||
),
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue