mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Add edit button for Company tile
This commit is contained in:
parent
7a7fc84ffe
commit
e92a05a306
@ -49,6 +49,10 @@ class _CompanyDetailState extends RefreshableState<CompanyDetailWidget> {
|
|||||||
image: InvenTreeAPI().getImage(company.image),
|
image: InvenTreeAPI().getImage(company.image),
|
||||||
width: 48,
|
width: 48,
|
||||||
),
|
),
|
||||||
|
trailing: IconButton(
|
||||||
|
icon: FaIcon(FontAwesomeIcons.edit),
|
||||||
|
onPressed: null,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user